Add more logging context.

This commit is contained in:
kenkeiras 2017-10-01 20:46:48 +02:00
parent 6278cc43f7
commit 2f76cdc260
3 changed files with 57 additions and 44 deletions

View file

@ -711,7 +711,7 @@ def main():
differences = knowledge.train([question])
session().annotate(differences())
result, _, _ = knowledge.process(data['text'])
result, _, _ = knowledge.process(data['text'])
if "after_execution" in data:
for f in data["after_execution"]: