Fix output format

refactor_process_record_kb_user
Erovia 6 years ago committed by skullydazed
parent e46cc2db8c
commit f96085af38

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

Loading…
Cancel
Save