Remove extraneous whitespace before assignment
This commit is contained in:
@@ -43,7 +43,7 @@ class IsDescendantFamilyOfFilterMatch(IsDescendantFamilyOf):
|
|||||||
"""Rule that checks for a person that is a descendant
|
"""Rule that checks for a person that is a descendant
|
||||||
of someone matched by a filter"""
|
of someone matched by a filter"""
|
||||||
|
|
||||||
labels = [ _('Filter name:')]
|
labels = [_('Filter name:')]
|
||||||
name = _('Descendant family members of <filter> match')
|
name = _('Descendant family members of <filter> match')
|
||||||
category = _('Descendant filters')
|
category = _('Descendant filters')
|
||||||
description = _("Matches people that are descendants or the spouse "
|
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)
|
display_help(WIKI_HELP_PAGE , WIKI_HELP_SEC)
|
||||||
|
|
||||||
|
|
||||||
def applyTagClicked(self, button):
|
def applyTagClicked(self, button) :
|
||||||
progress = None
|
progress = None
|
||||||
rows = self.treeSelection.count_selected_rows()
|
rows = self.treeSelection.count_selected_rows()
|
||||||
tag_name = str(self.tagcombo.get_active_text())
|
tag_name = str(self.tagcombo.get_active_text())
|
||||||
|
Reference in New Issue
Block a user