Update: Attribute Error testing

Signed-off-by: debianpepper <pdpdebdevuan@protonmail.com>
This commit is contained in:
debianpepper 2023-12-12 13:21:11 +09:00
parent 3a2a780c78
commit bb931dd1c3
1 changed files with 1 additions and 0 deletions

View File

@ -92,6 +92,7 @@ class BuildXfce:
arch_cmds = cmd_list.get(self.sarch[1:])
if arch_cmds:
for command in arch_cmds:
print(f"Executing command: {command}")
getattr(conf, command)()