File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -583,13 +583,13 @@ include("persistence.jl")
583583include (" overrides.jl" )
584584
585585function __init__ ()
586- # Register error hint for the `loadmg`, `savemg`, and `savedot` functions
586+ # Register error hint for the `loadmg` and `savemg`
587587 if isdefined (Base. Experimental, :register_error_hint )
588588 Base. Experimental. register_error_hint (MethodError) do io, exc, _, _
589- if exc. f === loadsg
589+ if exc. f === loadmg
590590 print (io, " \n\n In order to load meta graphs from binary files, you need \
591591 to load the JLD2.jl package." )
592- elseif exc. f === savesg
592+ elseif exc. f === savemg
593593 print (io," \n\n In order to save meta graphs to binary files, you need to \
594594 load the JLD2.jl package." )
595595 end
You can’t perform that action at this time.
0 commit comments