4012: Improvement for "What's next" report
svn: r15479
This commit is contained in:
parent
6c91585f43
commit
5e632304dc
@ -108,7 +108,7 @@ class WhatNextGramplet(Gramplet):
|
||||
# the ancestors of my sibling's spouses etc.
|
||||
ancestors = [[default_person]]
|
||||
ancestors_queue = ([[[default_person]]] +
|
||||
[[] for in in range(self.ANCESTOR_DELAY)])
|
||||
[[] for i in range(self.ANCESTOR_DELAY)])
|
||||
|
||||
# List of lists of families of relatives in currently processed
|
||||
# distance. We go up one level of distance in each round.
|
||||
|
Loading…
Reference in New Issue
Block a user