fix after rebase

This commit is contained in:
Zach White 2021-09-09 08:33:41 -07:00
parent 6f4742bde6
commit 81b17125eb
5 changed files with 37 additions and 31 deletions

View file

@ -437,7 +437,7 @@ def do_compile(keyboard, keymap, parallel, target=None, filters=None, environmen
for i, returncode in enumerate(returncodes):
if returncode != 0:
keyboard, keymap, command = commands[i]
keyboard, keymap, command = returncodes[i]
cli.echo('\tkeyboard: {fg_cyan}%s{fg_reset} keymap: {fg_cyan}%s', keyboard, keymap)
elif command: