Fixed bug causing PE progress report to be (very) wrong during matching.

This commit is contained in:
Virgil Dupras 2011-03-07 11:55:37 +01:00
parent b96fae74b6
commit 5a36f15667
1 changed files with 1 additions and 1 deletions

View File

@ -140,7 +140,7 @@ def getmatches(pictures, cache_path, threshold=75, match_scaled=False, j=job.nul
for result in ready:
matches += result.get()
async_results.remove(result)
comparison_count += 1
comparison_count += 1
progress_msg = tr("Performed %d/%d chunk matches") % (comparison_count, len(comparisons_to_do))
j.set_progress(comparison_count, progress_msg)