##// END OF EJS Templates
Better display of exception: do not display the calling code in the...
gvaroquaux -
Show More
@@ -118,7 +118,7 b' This is the wx frontend, by Gael Varoquaux. This is EXPERIMENTAL code."""'
118 118 """ Use ipython0 to capture the last traceback and display it.
119 119 """
120 120 self.capture_output()
121 self.ipython0.showtraceback()
121 self.ipython0.showtraceback(tb_offset=-1)
122 122 self.release_output()
123 123
124 124
General Comments 0
You need to be logged in to leave comments. Login now