diff --git a/core/pe/matchblock.py b/core/pe/matchblock.py index a13a15aa..953d39ab 100644 --- a/core/pe/matchblock.py +++ b/core/pe/matchblock.py @@ -254,6 +254,7 @@ def getmatches(pictures, cache_path, threshold, match_scaled=False, j=job.nulljo ref.dimensions # pre-read dimensions for display in results other.dimensions result.append(get_match(ref, other, percentage)) + pool.join() return result