installation was actually removing all tracks

This commit is contained in:
raphael60650 2021-06-15 20:40:15 +02:00
parent fc049d0178
commit 533098001f

View file

@ -102,7 +102,6 @@ def install_mod(self):
"./tmp/CTFILE.txt", "--lpar", "./tmp/lpar-default.txt", "--overwrite"], "./tmp/CTFILE.txt", "--lpar", "./tmp/lpar-default.txt", "--overwrite"],
creationflags=CREATE_NO_WINDOW, cwd=self.path_mkwf) creationflags=CREATE_NO_WINDOW, cwd=self.path_mkwf)
shutil.rmtree(self.path_mkwf + "/files/Race/Course/")
shutil.rmtree(self.path_mkwf + "/tmp/") shutil.rmtree(self.path_mkwf + "/tmp/")
outputformat = self.listbox_outputformat.get() outputformat = self.listbox_outputformat.get()