We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4788685 commit 1ff0c42Copy full SHA for 1ff0c42
src/linearization.jl
@@ -572,8 +572,7 @@ struct IONotFoundError <: Exception
572
end
573
574
function Base.showerror(io::IO, err::IONotFoundError)
575
- println(io,
576
- "The following $(err.variant) provided to `mtkcompile` were not found in the system:")
+ println(io, "The following $(err.variant) provided to `mtkcompile` were not found in the system:")
577
maybe_namespace_issue = false
578
for var in err.not_found
579
println(io, " ", var)
0 commit comments