Remove extraneous whitespace before assignment
This commit is contained in:
parent
2a5fee85c5
commit
976edfbf1d
@ -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 "
|
||||
|
||||
@ -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())
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user