* src/ReadGedcom.py: Fix handling of CONT

svn: r5418
This commit is contained in:
Don Allingham
2005-11-22 21:56:17 +00:00
parent 9642815c34
commit 15932243e8
2 changed files with 4 additions and 0 deletions

View File

@@ -1,3 +1,6 @@
2005-11-22 Don Allingham <don@gramps-project.org>
* src/ReadGedcom.py: Fix handling of CONT
2005-11-22 Alex Roitman <shura@gramps-project.org>
* src/plugins/DetDescendantReport.py (write_write_children):
Properly check for henry number; (write_mate): omit children list.

View File

@@ -291,6 +291,7 @@ class NoteParser:
match = contRE.match(line)
if match:
noteobj.append("\n" + match.groups()[0])
continue
match = concRE.match(line)
if match: