Updated
Signed-off-by: debianpepper <peppermintosteam@proton.me>
This commit is contained in:
parent
d6d70ee827
commit
295ddea414
|
@ -82,7 +82,7 @@ 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 + '()'
|
||||||
execute
|
print(execute)
|
||||||
|
|
||||||
|
|
||||||
def readybuild():
|
def readybuild():
|
||||||
|
|
Loading…
Reference in New Issue