##// END OF EJS Templates
Added output_pyerr to python error output
Jonathan Frederic -
Show More
@@ -422,7 +422,7 var IPython = (function (IPython) {
422 422 }
423 423 s = s + '\n';
424 424 var toinsert = this.create_output_area();
425 this.append_text(s, {}, toinsert);
425 this.append_text(s, {}, toinsert, 'output_pyerr');
426 426 this._safe_append(toinsert);
427 427 }
428 428 };
General Comments 0
You need to be logged in to leave comments. Login now