Remove extraneous whitespace before assignment

This commit is contained in:
Nick Hall
2019-01-07 19:25:08 +00:00
parent 2a5fee85c5
commit 976edfbf1d
364 changed files with 1613 additions and 1613 deletions

View File

@@ -43,7 +43,7 @@ class IsDescendantFamilyOfFilterMatch(IsDescendantFamilyOf):
"""Rule that checks for a person that is a descendant
of someone matched by a filter"""
labels = [ _('Filter name:')]
labels = [_('Filter name:')]
name = _('Descendant family members of <filter> match')
category = _('Descendant filters')
description = _("Matches people that are descendants or the spouse "

View File

@@ -234,7 +234,7 @@ class NotRelated(tool.ActivePersonTool, ManagedWindow):
display_help(WIKI_HELP_PAGE , WIKI_HELP_SEC)
def applyTagClicked(self, button):
def applyTagClicked(self, button) :
progress = None
rows = self.treeSelection.count_selected_rows()
tag_name = str(self.tagcombo.get_active_text())