Skip to content

Fix _grub_sequence_map return not being checked for WaitFastBootInterrupt

Igor Ponomarev requested to merge fix--grub-sequence-map-typing into master

Only WaitFastBootInterrupt class __init__ can accept itype=itype kwargs. Add explicit check because the _grub_sequence_map returns Action type and WaitFastBootInterrupt is a subclass of Action.

Originally part of !!2410 (merged)

Edited by Igor Ponomarev

Merge request reports