From cb932b922197e3e93e1cec3cfaf352f5e155bf32 Mon Sep 17 00:00:00 2001 From: Paul Franklin Date: Fri, 14 Apr 2017 17:02:50 -0700 Subject: [PATCH] typo (trailing whitespace) --- gramps/plugins/textreport/tagreport.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gramps/plugins/textreport/tagreport.py b/gramps/plugins/textreport/tagreport.py index e763c8e10..9fbc8972f 100644 --- a/gramps/plugins/textreport/tagreport.py +++ b/gramps/plugins/textreport/tagreport.py @@ -88,7 +88,7 @@ class TagReport(Report): stdoptions.run_date_format_option(self, menu) stdoptions.run_private_data_option(self, menu) - living_opt = stdoptions.run_living_people_option(self, menu, + living_opt = stdoptions.run_living_people_option(self, menu, self._locale) self.database = CacheProxyDb(self.database)