Skip to content

Commit 796185a

Browse files
committed
silence 0.7 try-without-catch deprecation
1 parent 8629fe0 commit 796185a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/PyPlot.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -283,6 +283,7 @@ function withfig(actions::Function, f::Figure; clear=true)
283283
finally
284284
try
285285
sca(ax_save) # may fail if axes were overwritten
286+
catch
286287
end
287288
Main.IJulia.undisplay(f)
288289
end

0 commit comments

Comments
 (0)