Skip to content

Commit d57a52c

Browse files
author
Christopher Doris
committed
still show the backtrace
1 parent c34ad9f commit d57a52c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/err.jl

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,9 @@ function _showerror(io::IO, e::PyException, bt; backtrace=true)
115115

116116
if pyisnone(e.t)
117117
print(io, "mysterious error (no error was actually set)")
118+
if backtrace
119+
Base.show_backtrace(io, bt)
120+
end
118121
return
119122
end
120123

0 commit comments

Comments
 (0)