浏览代码

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)