Fixed deletion of folders
This commit is contained in:
parent
293e2c9eb6
commit
f5e0352040
@ -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)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user