From 24d31c2b61e36d58defb2896bcdd5c0d6a3bc264 Mon Sep 17 00:00:00 2001 From: Don Allingham Date: Tue, 17 Jul 2001 21:41:17 +0000 Subject: [PATCH] Fix NAME without a // svn: r255 --- src/plugins/ReadGedcom.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/plugins/ReadGedcom.py b/src/plugins/ReadGedcom.py index d653f58eb..b13f05475 100644 --- a/src/plugins/ReadGedcom.py +++ b/src/plugins/ReadGedcom.py @@ -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]: