Fixed progress bar bug
This commit is contained in:
parent
de5000396e
commit
e0b9d456e2
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue