From 98c939fda721c29e540f861e8e94e049a0a1b01f Mon Sep 17 00:00:00 2001 From: debianpepper Date: Fri, 29 Sep 2023 20:06:40 +0900 Subject: [PATCH] Testing: Bubbles mod Signed-off-by: debianpepper --- python_modules/build_iso.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/python_modules/build_iso.py b/python_modules/build_iso.py index e6f9703e..bac021be 100644 --- a/python_modules/build_iso.py +++ b/python_modules/build_iso.py @@ -690,10 +690,10 @@ def readybuild(): rm_cmd = "sudo rm -r -f fusato" os.system(rm_cmd) os.makedirs('fusato') - inflate_bubble.set_fusato_structure + inflate_bubble.set_fusato_structure() else: os.makedirs('fusato') - inflate_bubble.set_fusato_structure + inflate_bubble.set_fusato_structure() class Decsions: