Fixed partial "NOTE" top level entry

svn: r665
This commit is contained in:
Don Allingham 2001-12-26 17:08:10 +00:00
parent a993db0e42
commit a2a927932a

View File

@ -353,7 +353,7 @@ class GedcomParser:
self.parse_source(matches[1],1)
elif matches[2] == "REPO":
self.ignore_sub_junk(1)
elif matches[2] == "NOTE":
elif matches[2][0:4] == "NOTE":
if self.nmap.has_key(matches[1]):
noteobj = self.nmap[matches[1]]
else: