Skip to content
Snippets Groups Projects

commands: getattr autoinstall

Merged Casey requested to merge caleb/fix-flasher into master
1 file
+ 3
1
Compare changes
  • Side-by-side
  • Inline
+ 3
1
@@ -68,7 +68,9 @@ def run_command(args: PmbArgs):
case "flasher":
command = Flasher(
args.action_flasher,
args.autoinstall,
# FIXME: defaults copied from pmb/helpers/arguments.py
# we should have these defaults defined in one place!
getattr(args, "autoinstall", True),
getattr(args, "cmdline", None),
args.flash_method,
getattr(args, "no_reboot", None),
Loading