##// END OF EJS Templates
fix meatadata typo
MinRK -
Show More
@@ -677,7 +677,7 b' class Kernel(Configurable):'
677 status = {'status' : 'aborted'}
677 status = {'status' : 'aborted'}
678 md = {'engine' : self.ident}
678 md = {'engine' : self.ident}
679 md.update(status)
679 md.update(status)
680 reply_msg = self.session.send(stream, reply_type, meatadata=md,
680 reply_msg = self.session.send(stream, reply_type, metadata=md,
681 content=status, parent=msg, ident=idents)
681 content=status, parent=msg, ident=idents)
682 self.log.debug("%s", reply_msg)
682 self.log.debug("%s", reply_msg)
683 # We need to wait a bit for requests to come in. This can probably
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