Merge branch 'main' of ssh.gitgud.io:DazedAnon/DazedMTLTool
This commit is contained in:
commit
30450c5305
1 changed files with 2 additions and 1 deletions
|
|
@ -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":
|
||||
|
|
|
|||
Loading…
Reference in a new issue