update build_iso.py
This commit is contained in:
parent
afaabbf90d
commit
5d0700374f
|
@ -333,7 +333,7 @@ class Decsions:
|
|||
logger.critical("You have not specified a build to process!")
|
||||
|
||||
|
||||
def dloadedxfce(self):
|
||||
def dloadxf(self):
|
||||
""" Arguments for the loaded xfce """
|
||||
build_type_mapping = {
|
||||
'b-deb64': ("deb", "_64"),
|
||||
|
@ -344,7 +344,7 @@ class Decsions:
|
|||
if build_argument in build_type_mapping:
|
||||
pass
|
||||
readybuild()
|
||||
Buildloadedxfce(*build_type_mapping[build_argument])
|
||||
BuildLoadxf(*build_type_mapping[build_argument])
|
||||
else:
|
||||
logger.critical("You have not specified a build to process!")
|
||||
|
||||
|
|
Loading…
Reference in New Issue