Skip to content

Commit

Permalink
Removed type declaration on global variable, since not supported in o…
Browse files Browse the repository at this point in the history
…lder versions of julia
  • Loading branch information
J-C-Q committed May 27, 2024
1 parent 63df7b0 commit 83d0a63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Core/Py.jl
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ function Base.show(io::IO, x::Py)
end
end

printPyPrefix::Bool = true
printPyPrefix = true

function printPyPrefix!(printPrefix::Bool=true)
global printPyPrefix = printPrefix
Expand Down

0 comments on commit 83d0a63

Please sign in to comment.