##// END OF EJS Templates
add engine_info to execute errors
MinRK -
Show More
@@ -382,6 +382,8 b' class Kernel(Configurable):'
382 # runlines. We'll need to clean up this logic later.
382 # runlines. We'll need to clean up this logic later.
383 if shell._reply_content is not None:
383 if shell._reply_content is not None:
384 reply_content.update(shell._reply_content)
384 reply_content.update(shell._reply_content)
385 e_info = dict(engine_uuid=self.ident, engine_id=self.int_id, method='execute')
386 reply_content['engine_info'] = e_info
385 # reset after use
387 # reset after use
386 shell._reply_content = None
388 shell._reply_content = None
387
389
General Comments 0
You need to be logged in to leave comments. Login now