diff options
| author | Zach White <skullydazed@gmail.com> | 2021-08-09 08:34:14 -0700 |
|---|---|---|
| committer | Zach White <skullydazed@gmail.com> | 2021-08-09 08:34:14 -0700 |
| commit | 12681bacc4b2d845bd01b0e65b00e3d8775ac515 (patch) | |
| tree | decee0f1907bd93bd36d0349d72dda34da9c06f5 /lib/python/qmk/info.py | |
| parent | 65e376085356c18382d6a5d8dc54c8461144152e (diff) | |
| parent | e6c171bdd639fef41a68902ce5a379a0565ed99b (diff) | |
| download | qmk_firmware-12681bacc4b2d845bd01b0e65b00e3d8775ac515.tar.gz qmk_firmware-12681bacc4b2d845bd01b0e65b00e3d8775ac515.zip | |
Merge remote-tracking branch 'origin/master' into develop
Conflicts:
keyboards/kbdfans/kbd67/mkiirgb/mkiirgb.c
Diffstat (limited to 'lib/python/qmk/info.py')
| -rw-r--r-- | lib/python/qmk/info.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/python/qmk/info.py b/lib/python/qmk/info.py index bcb4d81ef..7f9907a50 100644 --- a/lib/python/qmk/info.py +++ b/lib/python/qmk/info.py | |||
| @@ -74,7 +74,7 @@ def info_json(keyboard): | |||
| 74 | except jsonschema.ValidationError as e: | 74 | except jsonschema.ValidationError as e: |
| 75 | json_path = '.'.join([str(p) for p in e.absolute_path]) | 75 | json_path = '.'.join([str(p) for p in e.absolute_path]) |
| 76 | cli.log.error('Invalid API data: %s: %s: %s', keyboard, json_path, e.message) | 76 | cli.log.error('Invalid API data: %s: %s: %s', keyboard, json_path, e.message) |
| 77 | exit() | 77 | exit(1) |
| 78 | 78 | ||
| 79 | # Make sure we have at least one layout | 79 | # Make sure we have at least one layout |
| 80 | if not info_data.get('layouts'): | 80 | if not info_data.get('layouts'): |
