From 4cec0b8d90c4b1d2c31c5afb37d3647eb0c94684 Mon Sep 17 00:00:00 2001 From: Cedric Leporcq Date: Fri, 13 Aug 2021 19:24:36 +0200 Subject: [PATCH] Fix sort_similar_images --- dozo.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()