We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5ec894 commit d4ed7fdCopy full SHA for d4ed7fd
src/exception.jl
@@ -7,8 +7,8 @@ struct PyJlError <: Exception
7
end
8
9
function show(io::IO, e::PyJlError)
10
- println(io, "An error occured in a Julia function called from Python:")
11
- _showerror_string(io, e.err, e.trace)
+ print(io, "(in a Julia function called from Python)\nJULIA: ",
+ showerror_string(e.err, e.trace))
12
13
14
0 commit comments