##// END OF EJS Templates
Backport PR #5804: remove an inappropriate `!`...
Thomas Kluyver -
Show More
@@ -454,7 +454,7 b' var IPython = (function (IPython) {'
454 454 var callbacks = this._msg_callbacks[msg_id];
455 455 if (callbacks !== undefined) {
456 456 callbacks.iopub_done = true;
457 if (!callbacks.shell_done) {
457 if (callbacks.shell_done) {
458 458 this.clear_callbacks_for_msg(msg_id);
459 459 }
460 460 }
General Comments 0
You need to be logged in to leave comments. Login now