diff --git a/dozo.py b/dozo.py index d2a743f..de65c23 100755 --- a/dozo.py +++ b/dozo.py @@ -233,7 +233,7 @@ def _compare(debug, dry_run, find_duplicates, output_dir, remove_duplicates, summary, has_errors = filesystem.revert_compare(path, db, dry_run) else: summary, has_errors = filesystem.sort_similar_images(path, db, - similarity, dry_run) + similarity) if verbose or debug: summary.write()