This commit is contained in:
Vitor Santos Costa
2018-12-12 00:39:17 +00:00
parent 7e84455117
commit 473132c3ec
4 changed files with 26 additions and 37 deletions

View File

@@ -73,8 +73,7 @@ python_query( Caller, String ) :-
query_to_answer( Goal, VarNames, Status, Bindings),
Caller.port := Status,
write_query_answer( Bindings ),
nl(user_error),
Caller.answer := {},
nl(user_error),
maplist(in_dict(Caller.answer, Bindings), Bindings).
/**