Fixed deletion of folders

This commit is contained in:
Fierelier 2019-01-07 04:33:31 +01:00
parent 293e2c9eb6
commit f5e0352040
1 changed files with 2 additions and 1 deletions

View File

@ -196,8 +196,9 @@ def unloadMods(output = False):
tries + 1
except:
time.sleep(0.1)
tries + 1
else:
tries = 10
break
#ctypes.windll.kernel32.SetFileAttributesW(appPath,128)