Fixed BNF concept evaluations
This commit is contained in:
@@ -12,7 +12,7 @@ class OneErrorEvaluator(AllReturnValuesEvaluator):
|
||||
NAME = "OneError"
|
||||
|
||||
def __init__(self):
|
||||
super().__init__(self.NAME, [BuiltinConcepts.AFTER_EVALUATION], 40)
|
||||
super().__init__(self.NAME, [BuiltinConcepts.AFTER_EVALUATION], 30)
|
||||
self.return_value_in_error = None
|
||||
|
||||
def matches(self, context, return_values):
|
||||
|
||||
Reference in New Issue
Block a user