From b54c00eafe2e23c299c1d8f48b407fca303cde2a Mon Sep 17 00:00:00 2001 From: Damien De Paoli Date: Thu, 27 May 2021 18:24:45 +1000 Subject: [PATCH] updated comment --- dups.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dups.py b/dups.py index e97173a..7f06fe5 100644 --- a/dups.py +++ b/dups.py @@ -154,7 +154,7 @@ class Duplicates: dr1=DupRow( row.hash, row.fname1, row.rel_path1, row.did1, row.id1 ) dr2=DupRow( row.hash, row.fname2, row.rel_path2, row.did2, row.id2 ) # if in both import and storage path, just keep the storage path file, - # and del import path file. + # and del import path file. This function checks and keeps/dels as needed if self.DupInImportAndStoragePath( row, dr1, dr2 ): return