Skip to content

Commit c479730

Browse files
committed
Put back the other MIME that used to cause a test failure. Not anymore.
1 parent 10426f8 commit c479730

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/gmt_main.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1637,7 +1637,7 @@ function info(D::GDtype; crs::Bool=false, attribs=false, att::StrSymb="")
16371637
end
16381638
return nothing
16391639
end
1640-
info(any) = show(stdout, "text/plain", any) # Show the f all of whatever 'any' is
1640+
info(any) = show(stdout, MIME"text/plain"(), any) # Show the f all of whatever 'any' is
16411641

16421642
# ---------------------------------------------------------------------------------------------------
16431643
Base.:show(io::IO, G::GMTgrid) = info(G, false)

0 commit comments

Comments
 (0)