Skip to content

Fix too early removal of `None` values in resolve_switch

Due to the addition of a new switch function, None values in the default case could be removed in switch_os even though key indicates a switch_arch. This lead to missing default cases for switch_arch, if these were null.

Merge request reports