* src/GrampsDbUtils/_WriteGedcom.py: pylint cleanup
* src/GrampsDbUtils/_GedcomParse.py: fix child references * src/ArgHandler.py: fix calling sequence for gedcom 2007-09-05 Don Allingham <don@gramps-project.org> svn: r8931
This commit is contained in:
@@ -2303,6 +2303,7 @@ class GedcomParser(UpdateCallback):
|
||||
break
|
||||
else:
|
||||
ref = RelLib.ChildRef()
|
||||
ref.ref = state.person.handle
|
||||
if sub_state.ftype:
|
||||
ref.set_mother_relation(sub_state.ftype)
|
||||
ref.set_father_relation(sub_state.ftype)
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user