KMKfw / kmk_firmware

Clackety Keyboards Powered by Python
https://kmkfw.zulipchat.com
Other
1.38k stars 474 forks source link

Fix loop skip in `during_bootup` #784

Closed xs5871 closed 1 year ago

xs5871 commented 1 year ago

del modifies the list being iterated over, resulting in skipping the exclusion of consecutive failed modules/extensions.