Merge branch 'main' into 'main'

The estimate gets eaten without a sacrifical csv.tmp

See merge request DazedAnon/DazedMTLTool!15
This commit is contained in:
DazedAnon 2024-12-24 18:01:04 +00:00
commit 4fed5fab5d

View file

@ -146,7 +146,8 @@ files to translate are in the /files folder and that you picked the right game e
tqdm.write(Fore.RED + str(e) + "|" + tracebackLineNo + Fore.RESET)
# Delete Tmp Files
os.remove("csv.tmp")
if os.path.isfile("csv.tmp"):
os.remove("csv.tmp")
# Finish
if totalCost != "Fail":