File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -495,7 +495,7 @@ function __init__()
495495 Base. Experimental. register_error_hint (MethodError) do io, exc, argtypes, kwargs
496496 if exc. f == Graphs. Experimental. canonize!
497497 printstyled (io, " \n Hint: " ; color= :yellow , bold= true )
498- println (
498+ print (
499499 io,
500500 " Canonization algorithms are implemented in dependencies like NautyGraphs.jl. Please make sure you first install and import `NautyGraphs`." ,
501501 )
@@ -511,7 +511,7 @@ function __init__()
511511 Graphs. Experimental. all_isomorph,
512512 ) && argtypes[3 ] == Graphs. Experimental. AlgNautyGraphs
513513 printstyled (io, " \n Hint: " ; color= :yellow , bold= true )
514- println (
514+ print (
515515 io,
516516 " Using `AlgNautyGraphs` for isomorphism checking requires NautyGraphs.jl. Please make sure you first install and import `NautyGraphs`." ,
517517 )
You can’t perform that action at this time.
0 commit comments