diff --git a/core_pe/matchbase.py b/core_pe/matchbase.py index 6e2e0de9..30f513c1 100644 --- a/core_pe/matchbase.py +++ b/core_pe/matchbase.py @@ -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)