Skip to content

Commit bb16dd1

Browse files
author
Christopher Doris
committed
typo
1 parent 54fcb8a commit bb16dd1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/julia.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -311,7 +311,7 @@ pyjlrawtype(::Type{T}) where {T} = get!(PYJLRAWTYPES, T) do
311311
end
312312
st = pyerrfetch()
313313
# try to set a julia property with this name
314-
o = pyjlgetvalue(_o, V)
314+
o = pyjlgetvalue(_o, T)
315315
k = Symbol(pyjl_attrname_py2jl(pystr_asjuliastring(_k)))
316316
v = pyconvert(Any, _v)
317317
try

0 commit comments

Comments
 (0)