From 4859c14aaa44ac849f8dd11b736555c93bdb4b5b Mon Sep 17 00:00:00 2001 From: prculley Date: Mon, 12 Aug 2019 16:58:55 -0500 Subject: [PATCH] Fix typo in merge --- gramps/plugins/webreport/common.py | 1 - 1 file changed, 1 deletion(-) diff --git a/gramps/plugins/webreport/common.py b/gramps/plugins/webreport/common.py index c059c7bea..b9ddc5f19 100644 --- a/gramps/plugins/webreport/common.py +++ b/gramps/plugins/webreport/common.py @@ -626,7 +626,6 @@ def first_letter(string, rlocale=glocale): # no special case return norm_unicode[0].upper() - dummy_rlocale = rlocale def primary_difference(prev_key, new_key, rlocale=glocale): """ The PyICU collation doesn't work if you want to sort in another language