Added mandatory evaluator steps
This commit is contained in:
@@ -16,7 +16,7 @@ class PythonEvaluator(OneReturnValueEvaluator):
|
||||
"""
|
||||
|
||||
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