Show More
@@ -677,7 +677,7 b' class Kernel(Configurable):' | |||
|
677 | 677 | status = {'status' : 'aborted'} |
|
678 | 678 | md = {'engine' : self.ident} |
|
679 | 679 | md.update(status) |
|
680 |
reply_msg = self.session.send(stream, reply_type, me |
|
|
680 | reply_msg = self.session.send(stream, reply_type, metadata=md, | |
|
681 | 681 | content=status, parent=msg, ident=idents) |
|
682 | 682 | self.log.debug("%s", reply_msg) |
|
683 | 683 | # We need to wait a bit for requests to come in. This can probably |
General Comments 0
You need to be logged in to leave comments.
Login now