TroublsShooting: Module

Signed-off-by: debianpepper <pdpdebdevuan@protonmail.com>
This commit is contained in:
debianpepper 2023-12-12 13:27:03 +09:00
parent ef8778aead
commit 2f11b4b388
1 changed files with 2 additions and 1 deletions

View File

@ -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):