update build_iso.py
This commit is contained in:
parent
0b35495e23
commit
01721d0a3d
|
@ -344,7 +344,7 @@ class Decsions:
|
||||||
if build_argument in build_type_mapping:
|
if build_argument in build_type_mapping:
|
||||||
pass
|
pass
|
||||||
readybuild()
|
readybuild()
|
||||||
BuildLoadxf(*build_type_mapping[build_argument])
|
BuildLoadedxfce(*build_type_mapping[build_argument])
|
||||||
else:
|
else:
|
||||||
logger.critical("You have not specified a build to process!")
|
logger.critical("You have not specified a build to process!")
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue