* src/ReadGedcom.py: handle attributes if value is on the same line as the
keyword svn: r5155
This commit is contained in:
@ -1133,7 +1133,7 @@ class GedcomParser:
|
||||
elif self.gedattr.has_key(n):
|
||||
attr = RelLib.Attribute()
|
||||
attr.set_type(self.gedattr[n])
|
||||
attr.set_value(event.get_description())
|
||||
attr.set_value(event.get_description() + matches[2])
|
||||
self.person.add_attribute(attr)
|
||||
self.parse_person_attr(attr,2)
|
||||
continue
|
||||
|
Reference in New Issue
Block a user