##// END OF EJS Templates
Merge pull request #3281 from minrk/noparent...
Brian E. Granger -
r10602:720ee58d merge
parent child Browse files
Show More
@@ -853,6 +853,7 b' class Client(HasTraits):'
853 853 # ignore IOPub messages with no parent.
854 854 # Caused by print statements or warnings from before the first execution.
855 855 if not parent:
856 idents,msg = self.session.recv(sock, mode=zmq.NOBLOCK)
856 857 continue
857 858 msg_id = parent['msg_id']
858 859 content = msg['content']
General Comments 0
You need to be logged in to leave comments. Login now