Fix output format

This commit is contained in:
Erovia 2019-10-11 17:15:29 +02:00 committed by skullydazed
parent e46cc2db8c
commit f96085af38
1 changed files with 1 additions and 1 deletions

View File

@ -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)