useless
This commit is contained in:
parent
0a035f2cd6
commit
73dc9598b7
1 changed files with 1 additions and 1 deletions
|
@ -34,6 +34,6 @@ def make_image(
|
||||||
if pubkey_path:
|
if pubkey_path:
|
||||||
args.append(("--pubkey", pubkey_path))
|
args.append(("--pubkey", pubkey_path))
|
||||||
args.extend(modules)
|
args.extend(modules)
|
||||||
if modules := MODULES.get(image_format, None):
|
if modules := MODULES.get(image_format):
|
||||||
args.extend(modules)
|
args.extend(modules)
|
||||||
ps.run(*args)
|
ps.run(*args)
|
||||||
|
|
Loading…
Reference in a new issue