aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorErovia <erovia@users.noreply.github.com>2019-10-11 17:15:29 +0200
committerskullydazed <skullydazed@users.noreply.github.com>2020-02-15 15:19:03 -0800
commitf96085af3877a8c42d0767d13d47c239ce08ef0f (patch)
treefea062cb2add90dcdc5d19ba5f89c133901bcbe6 /lib
parente46cc2db8c4668b05ed873f57a54785ed56e2415 (diff)
downloadqmk_firmware-f96085af3877a8c42d0767d13d47c239ce08ef0f.tar.gz
qmk_firmware-f96085af3877a8c42d0767d13d47c239ce08ef0f.zip
Fix output format
Diffstat (limited to 'lib')
-rw-r--r--lib/python/qmk/cli/list/keymaps.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/python/qmk/cli/list/keymaps.py b/lib/python/qmk/cli/list/keymaps.py
index f3a1f2a50..5aed37b81 100644
--- a/lib/python/qmk/cli/list/keymaps.py
+++ b/lib/python/qmk/cli/list/keymaps.py
@@ -85,4 +85,4 @@ def list_keymaps(cli):
85 85
86 for name in names: 86 for name in names:
87 # We echo instead of cli.log.info to allow easier piping of this output 87 # We echo instead of cli.log.info to allow easier piping of this output
88 cli.echo(keyboard_name + os.path.sep + name) 88 cli.echo(keyboard_name + ":" + name)