TroublsShooting: Module
Signed-off-by: debianpepper <pdpdebdevuan@protonmail.com>
This commit is contained in:
parent
ef8778aead
commit
2f11b4b388
|
@ -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):
|
||||
|
|
Loading…
Reference in New Issue