updated
Signed-off-by: debianpepper <peppermintosteam@proton.me>
This commit is contained in:
parent
c30ffe8694
commit
bd8df28edd
|
@ -82,9 +82,9 @@ 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 + '()'
|
||||||
y = execute
|
exec(execute)
|
||||||
y
|
|
||||||
lbinit()
|
|
||||||
|
|
||||||
|
|
||||||
def readybuild():
|
def readybuild():
|
||||||
|
|
Loading…
Reference in New Issue