From 2f4a370ea7c449f79978de3b7bfe9c9842569308 Mon Sep 17 00:00:00 2001 From: Paul Franklin Date: Tue, 4 Oct 2011 18:00:13 +0000 Subject: [PATCH] typo in 3165 patch -- caught by lcc svn: r18250 --- src/plugins/lib/libnarrate.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugins/lib/libnarrate.py b/src/plugins/lib/libnarrate.py index 3760e2a6d..d5375601e 100644 --- a/src/plugins/lib/libnarrate.py +++ b/src/plugins/lib/libnarrate.py @@ -2222,7 +2222,7 @@ class Narrator(object): text = unmarried_also_date_place[gender][date_full] else: text = relationship_also_date_place[gender][date_full] - if date and place: + elif date and place: if relationship == FamilyRelType.MARRIED: text = marriage_also_date_place['succinct'][date_full] elif relationship == FamilyRelType.UNMARRIED: