mirror of
https://github.com/Faraphel/Atlas-Install.git
synced 2025-07-05 12:18:21 +02:00
installation was actually removing all tracks
This commit is contained in:
parent
fc049d0178
commit
533098001f
1 changed files with 0 additions and 1 deletions
|
@ -102,7 +102,6 @@ def install_mod(self):
|
|||
"./tmp/CTFILE.txt", "--lpar", "./tmp/lpar-default.txt", "--overwrite"],
|
||||
creationflags=CREATE_NO_WINDOW, cwd=self.path_mkwf)
|
||||
|
||||
shutil.rmtree(self.path_mkwf + "/files/Race/Course/")
|
||||
shutil.rmtree(self.path_mkwf + "/tmp/")
|
||||
|
||||
outputformat = self.listbox_outputformat.get()
|
||||
|
|
Loading…
Reference in a new issue