Signed-off-by: debianpepper <peppermintosteam@proton.me>
This commit is contained in:
debianpepper 2023-08-06 20:30:03 +09:00
parent 295ddea414
commit 004198ed25
1 changed files with 2 additions and 1 deletions

View File

@ -82,7 +82,8 @@ def execute_build_cmds():
for h in range(cmd_size):
x = cmd_list.popleft()
execute = x + '()'
print(execute)
y = print(execute)
y
def readybuild():