fix typo
svn: r5819
This commit is contained in:
parent
dbb9b86366
commit
be7aec6ea5
@ -1273,7 +1273,7 @@ class GedcomParser:
|
||||
if ged2gramps.has_key(matches[2]):
|
||||
name = (ged2gramps[matches[2]],'')
|
||||
else:
|
||||
#print val, matches
|
||||
val = self.gedsource.tag2gramps(matches[2])
|
||||
if val:
|
||||
name = (RelLib.Event.CUSTOM,val)
|
||||
else:
|
||||
|
Loading…
Reference in New Issue
Block a user