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 16c2374 commit 626e1fdCopy full SHA for 626e1fd
src/concrete/code.jl
@@ -6,7 +6,7 @@ function _pyeval_args(globals, locals)
6
elseif ispy(globals)
7
globals_ = globals
8
else
9
- ArgumentError("globals must be a module or a Python dict")
+ throw(ArgumentError("globals must be a module or a Python dict"))
10
end
11
if locals === nothing
12
locals_ = pynew(Py(globals_))
0 commit comments