From 004198ed25bc8ca3749246bb9f3d6bab8c67b696 Mon Sep 17 00:00:00 2001 From: debianpepper Date: Sun, 6 Aug 2023 20:30:03 +0900 Subject: [PATCH] Updated Signed-off-by: debianpepper --- python_modules/deb_64.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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():