diff --git a/python_modules/build_iso.py b/python_modules/build_iso.py index e87612dc..15b0c0fc 100644 --- a/python_modules/build_iso.py +++ b/python_modules/build_iso.py @@ -93,7 +93,8 @@ class BuildXfce: if arch_cmds: for command in arch_cmds: print(f"Executing command: {command}") - getattr(conf, command)() + getattr(getattr(conf, 'inflate_bubble'), 'set_fusato_structure')() + def cleanup_helper(self):