summaryrefslogtreecommitdiff
path: root/lib/python
diff options
context:
space:
mode:
Diffstat (limited to 'lib/python')
-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 f3a1f2a50f..5aed37b817 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):
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)