comments
This commit is contained in:
parent
95bf4c0b84
commit
809f41c9fc
1 changed files with 0 additions and 4 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in a new issue