diff --git a/python_modules/deb_64.py b/python_modules/deb_64.py index 46217b79..38fe15a3 100644 --- a/python_modules/deb_64.py +++ b/python_modules/deb_64.py @@ -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():