mirror of
https://github.com/arsenetar/dupeguru.git
synced 2025-03-10 05:34:36 +00:00
Fixed bug causing PE progress report to be (very) wrong during matching.
This commit is contained in:
parent
b96fae74b6
commit
5a36f15667
@ -140,7 +140,7 @@ def getmatches(pictures, cache_path, threshold=75, match_scaled=False, j=job.nul
|
|||||||
for result in ready:
|
for result in ready:
|
||||||
matches += result.get()
|
matches += result.get()
|
||||||
async_results.remove(result)
|
async_results.remove(result)
|
||||||
comparison_count += 1
|
comparison_count += 1
|
||||||
progress_msg = tr("Performed %d/%d chunk matches") % (comparison_count, len(comparisons_to_do))
|
progress_msg = tr("Performed %d/%d chunk matches") % (comparison_count, len(comparisons_to_do))
|
||||||
j.set_progress(comparison_count, progress_msg)
|
j.set_progress(comparison_count, progress_msg)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user