diff --git a/src/plugins/gramplet/WhatsNext.py b/src/plugins/gramplet/WhatsNext.py index 9c34cd931..aceae98c3 100644 --- a/src/plugins/gramplet/WhatsNext.py +++ b/src/plugins/gramplet/WhatsNext.py @@ -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.