소스 검색

Fix output format

Erovia 5 년 전
부모
커밋
f96085af38
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      lib/python/qmk/cli/list/keymaps.py

+ 1 - 1
lib/python/qmk/cli/list/keymaps.py

@@ -85,4 +85,4 @@ def list_keymaps(cli):
 
     for name in names:
         # We echo instead of cli.log.info to allow easier piping of this output
-        cli.echo(keyboard_name + os.path.sep + name)
+        cli.echo(keyboard_name + ":" + name)