update build_iso.py

This commit is contained in:
manuel 2024-03-19 11:34:20 -01:00
parent afaabbf90d
commit 5d0700374f
1 changed files with 2 additions and 2 deletions

View File

@ -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!")