From 68b2c54de26bd7ec007613dc8c28b7ea064d6fbe Mon Sep 17 00:00:00 2001 From: debianpepper Date: Sun, 27 Aug 2023 16:44:11 +0900 Subject: [PATCH] Updated Signed-off-by: debianpepper --- python_modules/build_iso.py | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/python_modules/build_iso.py b/python_modules/build_iso.py index cf8f413e..6f625e57 100644 --- a/python_modules/build_iso.py +++ b/python_modules/build_iso.py @@ -45,13 +45,13 @@ class BuildXfce: def run_build(self): """ Run and start the build process""" -# run_cmd = 'sudo lb build' + run_cmd = 'sudo lb build' current_working_directory = os.getcwd() os.chdir(HOME_FOLDER + FUSATO_ROOT) - - - -# os.system(run_cmd) + print("INFO: Current working directory" + + current_working_directory + ) + os.system(run_cmd) def debian_build(self):