Updated
Signed-off-by: debianpepper <peppermintosteam@proton.me>
This commit is contained in:
parent
004198ed25
commit
bfcbc570bf
|
@ -82,7 +82,7 @@ def execute_build_cmds():
|
|||
for h in range(cmd_size):
|
||||
x = cmd_list.popleft()
|
||||
execute = x + '()'
|
||||
y = print(execute)
|
||||
y = execute
|
||||
y
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue