Added mandatory evaluator steps
This commit is contained in:
@@ -18,7 +18,7 @@ class AddConceptInSetEvaluator(OneReturnValueEvaluator):
|
||||
NAME = "AddConceptInSet"
|
||||
|
||||
def __init__(self):
|
||||
super().__init__(self.NAME, 50)
|
||||
super().__init__(self.NAME, [BuiltinConcepts.EVALUATION], 50)
|
||||
|
||||
def matches(self, context, return_value):
|
||||
return return_value.status and \
|
||||
|
||||
Reference in New Issue
Block a user