From a1c2b3f72b126aa1c4a3b5e7372642afa098a12f Mon Sep 17 00:00:00 2001 From: Damien De Paoli Date: Sat, 27 Mar 2021 15:12:03 +1100 Subject: [PATCH] fixed way we account for remaining deletes, this should genuinely fix the dup counting stuff now --- templates/dups.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/dups.html b/templates/dups.html index 7cea30e..73d57e0 100644 --- a/templates/dups.html +++ b/templates/dups.html @@ -189,7 +189,7 @@ {{auto.str|safe}} Automatically Keeping {{all_count.k_files}} files and deleting {{all_count.d_files}} files
- Leaving {{all_count.manual}} manual choices to make (to keep {{DD.uniq_dups-all_count.k_files}} files and delete {{DD.total_dups-all_count.d_files}} files) + Leaving {{all_count.manual}} manual choices to make (to keep {{DD.uniq_dups-all_count.k_files}} files and delete {{DD.total_dups-all_count.k_files-all_count.d_files-all_count.manual}} files) {% endif %}