You've already forked PythonLib
mirror of
https://github.com/lifebottle/PythonLib.git
synced 2026-02-13 15:25:50 -08:00
Remove step to remove files when extracting DAT.bin
This commit is contained in:
@@ -443,8 +443,8 @@ class ToolsTOR(ToolsTales):
|
||||
|
||||
#Create folder and delete everything isinde
|
||||
#shutil.rmtree("../Data/Tales-Of-Rebirth/DAT")
|
||||
for file in os.scandir("../Data/Tales-Of-Rebirth/DAT"):
|
||||
os.remove(file.path)
|
||||
#for file in os.scandir("../Data/Tales-Of-Rebirth/DAT"):
|
||||
# os.remove(file.path)
|
||||
|
||||
self.mkdir("../Data/Tales-Of-Rebirth/DAT")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user