From 8882a71c1a209f5db83f62a4cf960fe23ad2c46f Mon Sep 17 00:00:00 2001 From: Don Allingham Date: Sun, 22 Jan 2006 04:08:37 +0000 Subject: [PATCH] fix typo svn: r5819 --- src/GrampsDb/_ReadGedcom.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/GrampsDb/_ReadGedcom.py b/src/GrampsDb/_ReadGedcom.py index fea856b35..2c4be0174 100644 --- a/src/GrampsDb/_ReadGedcom.py +++ b/src/GrampsDb/_ReadGedcom.py @@ -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: