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

@@ -1,3 +1,8 @@
2008-03-02 Brian Matherly <brian@gramps-project.org>
* src/plugins/CmdRef.py:
0001873: AttributeError: 'NoneType' object has no attribute
'get_gramps_id'
2008-03-02 Brian Matherly <brian@gramps-project.org>
* src/plugins/AncestorTree.py:
0001876: BUG during output creation in Ancestor Tree report.