Show More
@@ -2033,7 +2033,7 b' class InteractiveShell(SingletonConfigurable):' | |||
|
2033 | 2033 | print(self.InteractiveTB.stb2text(stb)) |
|
2034 | 2034 | print("The original exception:") |
|
2035 | 2035 | stb = self.InteractiveTB.structured_traceback( |
|
2036 |
|
|
|
2036 | etype, value, tb, tb_offset=tb_offset | |
|
2037 | 2037 | ) |
|
2038 | 2038 | return stb |
|
2039 | 2039 |
General Comments 0
You need to be logged in to leave comments.
Login now