From e86bd066c1ffc03553a7c62d87dbcef960a857b8 Mon Sep 17 00:00:00 2001 From: Paul Franklin Date: Wed, 27 Mar 2013 17:01:17 +0000 Subject: [PATCH] 6561: v3.4.3 NarWeb creation fails for German, Swedish svn: r21766 --- gramps/cli/plug/__init__.py | 1 + 1 file changed, 1 insertion(+) diff --git a/gramps/cli/plug/__init__.py b/gramps/cli/plug/__init__.py index 6e8b4d1da..9c395bfd9 100644 --- a/gramps/cli/plug/__init__.py +++ b/gramps/cli/plug/__init__.py @@ -513,6 +513,7 @@ class CommandLineReport(object): self.option_class.handler.output = self.options_dict['of'] + self.paper = paper_sizes[0] # make sure one exists for paper in paper_sizes: if paper.get_name() == self.options_dict['papers']: self.paper = paper