Quellcode durchsuchen

Fix output format

Erovia vor 5 Jahren
Ursprung
Commit
f96085af38
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  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)