diff --git a/gramps/src/plugins/ReadGedcom.py b/gramps/src/plugins/ReadGedcom.py index 73af4280d..2c82d0fcd 100644 --- a/gramps/src/plugins/ReadGedcom.py +++ b/gramps/src/plugins/ReadGedcom.py @@ -505,7 +505,7 @@ class GedcomParser: else: if child.getMainParents() == self.family: child.setMainParents(None) - child.addAltFamily(self.family,mrel,frel) + child.addAltFamily(self.family,mrel,frel) elif matches[1] == "NCHI": a = Attribute() a.setType("Number of Children")