Fix Check&Repair progress meter for Duplicated Gramps_ID check

This commit is contained in:
prculley 2020-03-05 09:03:48 -06:00 committed by Nick Hall
parent 86c47156e6
commit 261f651f3b

View File

@ -2230,6 +2230,7 @@ class CheckIntegrity:
gid_list.append(gid)
gid_list = []
for note in self.db.iter_notes():
self.progress.step()
ogid = gid = note.get_gramps_id()
if gid in gid_list:
gid = self.db.find_next_note_gramps_id()