Fix sort_similar_images
This commit is contained in:
parent
c41a546822
commit
4cec0b8d90
2
dozo.py
2
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)
|
summary, has_errors = filesystem.revert_compare(path, db, dry_run)
|
||||||
else:
|
else:
|
||||||
summary, has_errors = filesystem.sort_similar_images(path, db,
|
summary, has_errors = filesystem.sort_similar_images(path, db,
|
||||||
similarity, dry_run)
|
similarity)
|
||||||
|
|
||||||
if verbose or debug:
|
if verbose or debug:
|
||||||
summary.write()
|
summary.write()
|
||||||
|
|
Loading…
Reference in New Issue