Added concepts with the same key handling
This commit is contained in:
@@ -14,8 +14,10 @@ class MultipleSameSuccessEvaluator(AllReturnValuesEvaluator):
|
||||
It has a low priority to let other evaluators try to resolve the errors
|
||||
"""
|
||||
|
||||
NAME = "MultipleSameSuccess"
|
||||
|
||||
def __init__(self):
|
||||
super().__init__("Parsers Evaluator", 10)
|
||||
super().__init__(self.NAME, 10)
|
||||
self.success = []
|
||||
|
||||
def matches(self, context, return_values):
|
||||
|
||||
Reference in New Issue
Block a user