Fix NAME without a //

svn: r255
This commit is contained in:
Don Allingham 2001-07-17 21:41:17 +00:00
parent 57352d91b6
commit 7bf31dbcf3

View File

@ -549,8 +549,7 @@ class GedcomParser:
try:
names = nameRegexp.match(matches[2]).groups()
except:
print matches
print self.index
names = (matches[2],"","")
if names[0]:
name.setFirstName(names[0])
if names[1]: