Restarting the project.
Fixing unit tests. Continuing SyaParser
This commit is contained in:
@@ -28,7 +28,8 @@ class RecognizeSimpleConcept(OneReturnValueEvaluator):
|
||||
parser_input = return_value.value.body
|
||||
parser_input.reset()
|
||||
|
||||
parsed = self.parser.parse(context, parser_input)
|
||||
error_sink = []
|
||||
parsed = self.parser.parse(context, parser_input, error_sink)
|
||||
|
||||
if len(parsed.items) == 0:
|
||||
not_for_me = ReturnValue(self.NAME, False, NotForMe(self.NAME, return_value.value))
|
||||
|
||||
Reference in New Issue
Block a user