mirror of
https://github.com/Keychron/qmk_firmware.git
synced 2024-11-22 00:16:41 +06:00
Merge remote-tracking branch 'origin/master' into develop
This commit is contained in:
commit
ba7030d216
|
@ -87,7 +87,7 @@ def keymap_check(kb, km):
|
|||
return ok
|
||||
|
||||
# Additional checks
|
||||
invalid_files = git_get_ignored_files(keymap_path.parent)
|
||||
invalid_files = git_get_ignored_files(keymap_path.parent.as_posix())
|
||||
for file in invalid_files:
|
||||
cli.log.error(f'{kb}/{km}: The file "{file}" should not exist!')
|
||||
ok = False
|
||||
|
|
Loading…
Reference in New Issue
Block a user