Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
sosiristseng committed Oct 22, 2024
1 parent 5f07011 commit c48c224
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion ci.jl
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,9 @@ function strip_svg(ipynb)
end
end
rm(ipynb)
write(ipynb, JSON.print(io, nb, 1))
open(ipynb,"w") do io
write(io, JSON.print(io, nb, 1))
end
return ipynb
end

Expand Down

0 comments on commit c48c224

Please sign in to comment.