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