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

View File

@ -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