Fixed incorrect fix (thanks Gerald)
svn: r13827
This commit is contained in:
parent
85c307d174
commit
e02df43a66
@ -60,7 +60,7 @@ class IsMoreThanNthGenerationDescendantOf(Rule):
|
|||||||
pass
|
pass
|
||||||
|
|
||||||
def reset(self):
|
def reset(self):
|
||||||
self.map.reset()
|
self.map.clear()
|
||||||
|
|
||||||
def apply(self,db,person):
|
def apply(self,db,person):
|
||||||
return person.handle in self.map
|
return person.handle in self.map
|
||||||
|
Loading…
Reference in New Issue
Block a user