This commit is contained in:
dazedanon 2025-09-15 14:30:35 -05:00
parent 95bf4c0b84
commit 809f41c9fc

View file

@ -105,10 +105,6 @@ def handleKirikiri(filename, estimate):
return totalString
else:
# We no longer keep the destination file open during translation because
# incremental progress saves (save_progress_lines) need to atomically
# replace the file on Windows. Holding an open handle prevents os.replace
# from succeeding (WinError 5 Access is denied).
try:
start = time.time()
translatedData = openFiles(filename)