mirror of
https://github.com/Faraphel/Atlas-Install.git
synced 2025-07-04 03:38:26 +02:00
removed a space
This commit is contained in:
parent
a30f6ab6ac
commit
e243c5fdfd
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ def patch_file(self):
|
|||
for file in glob.glob(self.path_mkwf+"/files/Scene/UI/MenuSingle_?.szs"):
|
||||
self.patch_bmg(file)
|
||||
|
||||
if not (os.path.exists("./file/auto-add/")):
|
||||
if not(os.path.exists("./file/auto-add/")):
|
||||
subprocess.call(["./tools/szs/wszst", "AUTOADD", self.path_mkwf + "/files/Race/Course/", "--DEST",
|
||||
"./file/auto-add/"], creationflags=CREATE_NO_WINDOW)
|
||||
|
||||
|
|
Loading…
Reference in a new issue