Skip to content

Commit 56b3ffa

Browse files
authored
whoops
1 parent 94a77bf commit 56b3ffa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/pyinit.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@ function __init__()
257257
end
258258

259259
# ensure Jupyter/IJulia flushes I/O streams (issue #912)
260-
if isdefined(Main, :IJulia) && IJulia.inited
260+
if isdefined(Main, :IJulia) && Main.IJulia.inited
261261
Main.IJulia.push_postexecute_hook() do
262262
sys = pyimport("sys")
263263
sys."stdout"."flush"()

0 commit comments

Comments
 (0)