bug 9831: Fix HandleError when using finddupes tool to merge
This commit is contained in:
parent
dc320aab8c
commit
90b8145693
@ -592,6 +592,8 @@ class DuplicatePeopleToolMatches(ManagedWindow):
|
||||
if p1key in self.dellist:
|
||||
continue
|
||||
(p2key,c) = p1data
|
||||
if p2key in self.dellist:
|
||||
continue
|
||||
if p1key == p2key:
|
||||
continue
|
||||
list.append((c,p1key,p2key))
|
||||
|
Loading…
x
Reference in New Issue
Block a user