mirror of
https://github.com/qmk/qmk_firmware.git
synced 2025-02-24 07:40:50 +00:00
Merge remote-tracking branch 'origin/develop' into xap
This commit is contained in:
commit
f080dc6191
@ -15,7 +15,7 @@ def maybe_exit(rc):
|
||||
if maybe_exit_should_exit:
|
||||
sys.exit(rc)
|
||||
if maybe_exit_reraise:
|
||||
e = sys.exception()
|
||||
e = sys.exc_info()[1]
|
||||
if e:
|
||||
raise e
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user