Show More
@@ -800,7 +800,7 class Hub(SessionFactory): | |||
|
800 | 800 | |
|
801 | 801 | parent = msg['parent_header'] |
|
802 | 802 | if not parent: |
|
803 |
self.log. |
|
|
803 | self.log.warn("iopub::IOPub message lacks parent: %r", msg) | |
|
804 | 804 | return |
|
805 | 805 | msg_id = parent['msg_id'] |
|
806 | 806 | msg_type = msg['header']['msg_type'] |
General Comments 0
You need to be logged in to leave comments.
Login now