This commit is contained in:
Евгений Храмов 2023-05-14 19:46:08 +03:00
parent 9728466fa6
commit b87b03fed8

@ -488,6 +488,7 @@ def modextract(id_mod, id_game_workshop):
modname = modname and modname.group(1)
if os.path.isfile(f"{dir_ark_mods}.mod"):
print_line(id_mod)
os.remove(f"{dir_ark_mods}.mod")
modfile_bytes = b''