Update: Attribute Error testing
Signed-off-by: debianpepper <pdpdebdevuan@protonmail.com>
This commit is contained in:
parent
3a2a780c78
commit
bb931dd1c3
|
@ -92,6 +92,7 @@ class BuildXfce:
|
||||||
arch_cmds = cmd_list.get(self.sarch[1:])
|
arch_cmds = cmd_list.get(self.sarch[1:])
|
||||||
if arch_cmds:
|
if arch_cmds:
|
||||||
for command in arch_cmds:
|
for command in arch_cmds:
|
||||||
|
print(f"Executing command: {command}")
|
||||||
getattr(conf, command)()
|
getattr(conf, command)()
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue