Added mandatory evaluator steps

This commit is contained in:
2019-12-22 19:51:17 +01:00
parent a683d4cd42
commit 5c90b07e1a
13 changed files with 210 additions and 63 deletions
+1 -1
View File
@@ -18,7 +18,7 @@ class ConceptEvaluator(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 \