mirror of
https://github.com/qmk/qmk_firmware.git
synced 2025-04-05 05:15:38 +00:00
lint
This commit is contained in:
parent
0742514d84
commit
8069bda21d
@ -21,7 +21,7 @@ def is_keyboard(keyboard_name):
|
|||||||
if Path(keyboard_name).is_absolute():
|
if Path(keyboard_name).is_absolute():
|
||||||
return False
|
return False
|
||||||
|
|
||||||
keyboard_json = QMK_FIRMWARE / 'keyboards' / keyboard_name / 'keyboard.json'
|
keyboard_json = QMK_FIRMWARE / 'keyboards' / keyboard_name / 'keyboard.json'
|
||||||
|
|
||||||
return keyboard_json.exists()
|
return keyboard_json.exists()
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user