suppress check on index type, not useful for BlueBream
This commit is contained in:
parent
221ee291eb
commit
421ec2081a
1 changed files with 1 additions and 1 deletions
|
@ -242,7 +242,7 @@ class KeywordTerm(IndexTerm):
|
|||
|
||||
def getIndex(self):
|
||||
index = super(KeywordTerm, self).getIndex()
|
||||
assert IKeywordIndex.providedBy(index)
|
||||
#assert IKeywordIndex.providedBy(index)
|
||||
return index
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue