mirror of
https://github.com/Faraphel/Atlas-Install.git
synced 2025-07-03 19:28:25 +02:00
forgot s to creationflags
This commit is contained in:
parent
d19fbdb8c3
commit
d2f182749f
1 changed files with 2 additions and 2 deletions
|
@ -113,7 +113,7 @@ def install_mod(self):
|
||||||
self.path_mkwf_format = os.path.realpath(self.path_mkwf + "/../MKWFaraphel." + outputformat.lower())
|
self.path_mkwf_format = os.path.realpath(self.path_mkwf + "/../MKWFaraphel." + outputformat.lower())
|
||||||
subprocess.run(["./tools/wit/wit", "COPY", get_nodir(self.path_mkwf), "--DEST",
|
subprocess.run(["./tools/wit/wit", "COPY", get_nodir(self.path_mkwf), "--DEST",
|
||||||
get_nodir(self.path_mkwf_format), f"--{outputformat.lower()}", "--overwrite"],
|
get_nodir(self.path_mkwf_format), f"--{outputformat.lower()}", "--overwrite"],
|
||||||
creationflag=CREATE_NO_WINDOW, cwd=get_dir(self.path_mkwf),
|
creationflags=CREATE_NO_WINDOW, cwd=get_dir(self.path_mkwf),
|
||||||
check=True, stdout=subprocess.PIPE)
|
check=True, stdout=subprocess.PIPE)
|
||||||
shutil.rmtree(self.path_mkwf)
|
shutil.rmtree(self.path_mkwf)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue