From 4ca275e5b212bf1e6f082a0896e411b68fc966e0 Mon Sep 17 00:00:00 2001 From: Paul Franklin Date: Wed, 27 Mar 2013 17:00:40 +0000 Subject: [PATCH] 6561: v3.4.3 NarWeb creation fails for German, Swedish svn: r21765 --- 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