Merge pull request #694 from glubsy/fix_matchblock_freeze

Work around frozen progress dialog
This commit is contained in:
Andrew Senetar 2020-07-28 18:10:24 -05:00 committed by GitHub
commit d2235f9bc9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -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