Show More
@@ -405,7 +405,10 b' class Kernel(Configurable):' | |||||
405 | self.log.debug("%s", reply_msg) |
|
405 | self.log.debug("%s", reply_msg) | |
406 |
|
406 | |||
407 | if reply_msg['content']['status'] == u'error': |
|
407 | if reply_msg['content']['status'] == u'error': | |
408 | self._abort_queues() |
|
408 | # FIXME: queue_abort on error is disabled | |
|
409 | # A policy decision must be made | |||
|
410 | pass | |||
|
411 | # self._abort_queues() | |||
409 |
|
412 | |||
410 | self.session.send(self.iopub_stream, |
|
413 | self.session.send(self.iopub_stream, | |
411 | u'status', |
|
414 | u'status', |
General Comments 0
You need to be logged in to leave comments.
Login now