Fix the dirty log level flag.

This commit is contained in:
kenkeiras 2017-10-01 20:55:55 +02:00
parent c1055bd703
commit 0e41a98857
2 changed files with 2 additions and 2 deletions

View file

@ -97,7 +97,7 @@ def integrate_language(knowledge_base, example):
break
for position, atom in lower_levels:
with session().log(atom):
with session().log("Atom {}".format(atom)):
similar = get_similar_tree(knowledge_base, atom, tokens)
remix, (start_bounds, end_bounds) = build_remix_matrix(knowledge_base, tokens, atom, similar)