diff --git a/src/gen/lib/family.py b/src/gen/lib/family.py index 730a45643..e15925468 100644 --- a/src/gen/lib/family.py +++ b/src/gen/lib/family.py @@ -320,8 +320,7 @@ class Family(CitationBase, NoteBase, MediaBase, AttributeBase, LdsOrdBase, :rtype: list """ check_list = self.media_list + self.attribute_list + \ - self.lds_ord_list + self.child_ref_list + \ - self.event_ref_list + self.lds_ord_list + self.child_ref_list return check_list def get_note_child_list(self): diff --git a/src/gen/lib/person.py b/src/gen/lib/person.py index 0035519a8..36224cbc1 100644 --- a/src/gen/lib/person.py +++ b/src/gen/lib/person.py @@ -437,8 +437,7 @@ class Person(CitationBase, NoteBase, AttributeBase, MediaBase, self.address_list + self.attribute_list + self.lds_ord_list + - self.person_ref_list + - self.event_ref_list + self.person_ref_list ) def get_note_child_list(self):