##// END OF EJS Templates
Merge pull request #8268 from jhamrick/execute-comm...
Min RK -
r21166:e1a4bb89 merge
parent child Browse files
Show More
@@ -130,6 +130,8 b' class ExecutePreprocessor(Preprocessor):'
130 elif msg_type == 'clear_output':
130 elif msg_type == 'clear_output':
131 outs = []
131 outs = []
132 continue
132 continue
133 elif msg_type.startswith('comm'):
134 continue
133
135
134 try:
136 try:
135 out = output_from_msg(msg)
137 out = output_from_msg(msg)
General Comments 0
You need to be logged in to leave comments. Login now