Show More
@@ -422,7 +422,7 var IPython = (function (IPython) { | |||||
422 | } |
|
422 | } | |
423 | s = s + '\n'; |
|
423 | s = s + '\n'; | |
424 | var toinsert = this.create_output_area(); |
|
424 | var toinsert = this.create_output_area(); | |
425 | this.append_text(s, {}, toinsert); |
|
425 | this.append_text(s, {}, toinsert, 'output_pyerr'); | |
426 | this._safe_append(toinsert); |
|
426 | this._safe_append(toinsert); | |
427 | } |
|
427 | } | |
428 | }; |
|
428 | }; |
General Comments 0
You need to be logged in to leave comments.
Login now