updated comment

This commit is contained in:
2021-05-27 18:24:45 +10:00
parent 9b926938e4
commit b54c00eafe

View File

@@ -154,7 +154,7 @@ class Duplicates:
dr1=DupRow( row.hash, row.fname1, row.rel_path1, row.did1, row.id1 ) 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 ) 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, # 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 ): if self.DupInImportAndStoragePath( row, dr1, dr2 ):
return return