Fixed progress bar bug

This commit is contained in:
Evan Su 2021-03-17 18:47:33 -04:00 committed by GitHub
parent de5000396e
commit e0b9d456e2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -612,7 +612,7 @@ def start():
statusString.set(info)
# Increase done and write to output
done += 1104905 if (reedsolo and decrypting) else chunkSize
done += 1104905 if (reedsolo and mode=="decrypt") else chunkSize
fout.write(data)
# Show appropriate notice if file corrupted or modified