updated comment
This commit is contained in:
2
dups.py
2
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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user