Skip to content

Commit 4e55e2c

Browse files
author
Christopher Doris
committed
simplify error printing
1 parent 33d5537 commit 4e55e2c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

juliacall/init.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -152,8 +152,7 @@
152152
import PythonCall
153153
catch err
154154
print(stdout, "ERROR: ")
155-
showerror(stdout, err)
156-
Base.show_backtrace(stdout, Base.catch_backtrace())
155+
showerror(stdout, err, catch_backtrace())
157156
flush(stdout)
158157
rethrow()
159158
end

0 commit comments

Comments
 (0)