jupyter_dbug

This commit is contained in:
Vitor Santos Costa
2018-02-24 14:39:17 +00:00
parent bdc9e7005d
commit 82df9ce5b5
4 changed files with 38 additions and 17 deletions

View File

@@ -182,7 +182,6 @@ class YAPShell:
self.port = "call"
# launch the query
while self.answer(q):
print( self.port )
if self.port == "exit":
# done
q.close()