fix after rebase
This commit is contained in:
parent
6f4742bde6
commit
81b17125eb
5 changed files with 37 additions and 31 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue