From 5909090469b0aaec14092df749ef68388c70e47a Mon Sep 17 00:00:00 2001 From: Nick Brassel Date: Wed, 29 Nov 2023 06:16:50 +1100 Subject: [PATCH] Attempt to fix configurator. --- qmk_compiler.py | 1 + 1 file changed, 1 insertion(+) diff --git a/qmk_compiler.py b/qmk_compiler.py index 98ef6e5..95d8f19 100644 --- a/qmk_compiler.py +++ b/qmk_compiler.py @@ -162,6 +162,7 @@ def compile_json(keyboard_keymap_data, source_ip=None, send_metrics=True, public if './lib/python' not in sys.path: sys.path.append('./lib/python') + os.environ.set('ORIG_CWD', str(QMK_FIRMWARE_PATH)) from qmk.info import info_json # If this keyboard needs a submodule check it out