##// END OF EJS Templates
fix typo in StreamKernel.abort_queue...
MinRK -
Show More
@@ -150,7 +150,7 b' class Kernel(SessionFactory):'
150 # self.reply_socket.send(ident,zmq.SNDMORE)
150 # self.reply_socket.send(ident,zmq.SNDMORE)
151 # self.reply_socket.send_json(reply_msg)
151 # self.reply_socket.send_json(reply_msg)
152 reply_msg = self.session.send(stream, reply_type,
152 reply_msg = self.session.send(stream, reply_type,
153 content={'status' : 'aborted'}, parent=msg, ident=idents)[0]
153 content={'status' : 'aborted'}, parent=msg, ident=idents)
154 self.log.debug(str(reply_msg))
154 self.log.debug(str(reply_msg))
155 # We need to wait a bit for requests to come in. This can probably
155 # We need to wait a bit for requests to come in. This can probably
156 # be set shorter for true asynchronous clients.
156 # be set shorter for true asynchronous clients.
General Comments 0
You need to be logged in to leave comments. Login now