Skip to content

Commit

Permalink
Fixup --no-temp for qmk mass-compile. (qmk#22582)
Browse files Browse the repository at this point in the history
  • Loading branch information
tzarc authored Nov 30, 2023
1 parent 93127df commit 024b407
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/python/qmk/cli/mass_compile.py
Original file line number Diff line number Diff line change
Expand Up @@ -108,4 +108,4 @@ def mass_compile(cli):
else:
targets = search_keymap_targets([('all', cli.config.mass_compile.keymap)], cli.args.filter)

return mass_compile_targets(targets, cli.args.clean, cli.args.dry_run, cli.config.mass_compile.no_temp, cli.config.mass_compile.parallel, **build_environment(cli.args.env))
return mass_compile_targets(targets, cli.args.clean, cli.args.dry_run, cli.args.no_temp, cli.config.mass_compile.parallel, **build_environment(cli.args.env))

0 comments on commit 024b407

Please sign in to comment.