Show More
@@ -853,6 +853,7 b' class Client(HasTraits):' | |||||
853 | # ignore IOPub messages with no parent. |
|
853 | # ignore IOPub messages with no parent. | |
854 | # Caused by print statements or warnings from before the first execution. |
|
854 | # Caused by print statements or warnings from before the first execution. | |
855 | if not parent: |
|
855 | if not parent: | |
|
856 | idents,msg = self.session.recv(sock, mode=zmq.NOBLOCK) | |||
856 | continue |
|
857 | continue | |
857 | msg_id = parent['msg_id'] |
|
858 | msg_id = parent['msg_id'] | |
858 | content = msg['content'] |
|
859 | content = msg['content'] |
General Comments 0
You need to be logged in to leave comments.
Login now