Added SyaNodeParser (finally, after one month)
This commit is contained in:
@@ -31,6 +31,10 @@ class OneErrorEvaluator(AllReturnValuesEvaluator):
|
||||
self.eaten.append(ret)
|
||||
elif not ret.status and ret.who.startswith(BaseParser.PREFIX):
|
||||
self.eaten.append(ret)
|
||||
# else:
|
||||
# other concepts. We do not care if there are successful or not
|
||||
# They won't be part of result nor part of the parent
|
||||
# --> So they will be handled by other evaluators
|
||||
|
||||
return to_process and nb_evaluators_in_error == 1
|
||||
|
||||
|
||||
Reference in New Issue
Block a user