Skip to content

Commit

Permalink
[CLI] Fixup return code for qmk userspace-compile. (qmk#23720)
Browse files Browse the repository at this point in the history
  • Loading branch information
tzarc authored and aaruff committed May 22, 2024
1 parent 4f28358 commit 14e89e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/python/qmk/cli/userspace/compile.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,4 @@ def userspace_compile(cli):
if len(keyboard_keymap_targets) > 0:
build_targets.extend(search_keymap_targets(keyboard_keymap_targets))

mass_compile_targets(list(set(build_targets)), cli.args.clean, cli.args.dry_run, cli.config.userspace_compile.no_temp, cli.config.userspace_compile.parallel, **build_environment(cli.args.env))
return mass_compile_targets(list(set(build_targets)), cli.args.clean, cli.args.dry_run, cli.config.userspace_compile.no_temp, cli.config.userspace_compile.parallel, **build_environment(cli.args.env))

0 comments on commit 14e89e6

Please sign in to comment.