Testing: Bubbles mod
Signed-off-by: debianpepper <pdpdebdevuan@protonmail.com>
This commit is contained in:
parent
ee14789ca5
commit
98c939fda7
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue