File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -207,7 +207,7 @@ function _pyjl_serialize(self::PyPtr, ::PyPtr)
207
207
catch e
208
208
PyErr_SetString (
209
209
POINTERS. PyExc_Exception,
210
- " error serializing this value. Caught exception $(sprint (showerror, e. catch_backtrace ())) "
210
+ " error serializing this value. Caught exception $(sprint (showerror, e, catch_backtrace ())) "
211
211
)
212
212
return PyNULL
213
213
end
@@ -225,7 +225,7 @@ function _pyjl_deserialize(t::PyPtr, v::PyPtr)
225
225
catch e
226
226
PyErr_SetString (
227
227
POINTERS. PyExc_Exception,
228
- " error deserializing this value. Caught exception $(sprint (showerror, e. catch_backtrace ())) "
228
+ " error deserializing this value. Caught exception $(sprint (showerror, e, catch_backtrace ())) "
229
229
)
230
230
return PyNULL
231
231
end
You can’t perform that action at this time.
0 commit comments