From 15932243e8b482456185a8bfdb19f5b3e70c8b5f Mon Sep 17 00:00:00 2001 From: Don Allingham Date: Tue, 22 Nov 2005 21:56:17 +0000 Subject: [PATCH] * src/ReadGedcom.py: Fix handling of CONT svn: r5418 --- gramps2/ChangeLog | 3 +++ gramps2/src/ReadGedcom.py | 1 + 2 files changed, 4 insertions(+) diff --git a/gramps2/ChangeLog b/gramps2/ChangeLog index f8a9e260a..db4b84d5a 100644 --- a/gramps2/ChangeLog +++ b/gramps2/ChangeLog @@ -1,3 +1,6 @@ +2005-11-22 Don Allingham + * src/ReadGedcom.py: Fix handling of CONT + 2005-11-22 Alex Roitman * src/plugins/DetDescendantReport.py (write_write_children): Properly check for henry number; (write_mate): omit children list. diff --git a/gramps2/src/ReadGedcom.py b/gramps2/src/ReadGedcom.py index a7838ab19..e5e9f9623 100644 --- a/gramps2/src/ReadGedcom.py +++ b/gramps2/src/ReadGedcom.py @@ -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: