0001873: AttributeError: 'NoneType' object has no attribute 'get_gramps_id'

Fix typo in CountAncestors

svn: r10168
This commit is contained in:
Brian Matherly
2008-03-02 21:21:48 +00:00
parent 4dfb05bb06
commit d78dacb08b
3 changed files with 15 additions and 7 deletions

View File

@@ -141,7 +141,7 @@ register_report(
modes = MODE_GUI,
translated_name = _("Number of Ancestors"),
status = _("Stable"),
description= _("Counts number of ancestors of selected person")
author_name="Brian G. Matherly",
author_email="brian@gramps-project.org",
description = _("Counts number of ancestors of selected person"),
author_name = "Brian G. Matherly",
author_email = "brian@gramps-project.org",
)