PGH003: fix

This commit is contained in:
Jörg Thalheim
2025-08-20 21:14:33 +02:00
parent cbf9678534
commit 8f8426de52
29 changed files with 212 additions and 102 deletions

View File

@@ -86,7 +86,7 @@ def flash_command(args: argparse.Namespace) -> None:
run_machine_flash(
machine=machine,
mode=opts.mode, # type: ignore
mode=opts.mode, # type: ignore[arg-type]
disks=opts.disks,
system_config=opts.system_config,
dry_run=opts.dry_run,