~ruther/qmk_firmware

7ac1a34a346aed7118018f4f562a1cfdd651a087 — Nick Brassel 10 months ago ad82c47
[CLI] Older python compat. (#23933)

1 files changed, 1 insertions(+), 1 deletions(-)

M lib/python/qmk/util.py
M lib/python/qmk/util.py => lib/python/qmk/util.py +1 -1
@@ 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


Do not follow this link