Skip to content

Commit 1ff0c42

Browse files
refactor: improve error message for missing inputs/disturbance inputs/outputs
1 parent 4788685 commit 1ff0c42

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/linearization.jl

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -572,8 +572,7 @@ struct IONotFoundError <: Exception
572572
end
573573

574574
function Base.showerror(io::IO, err::IONotFoundError)
575-
println(io,
576-
"The following $(err.variant) provided to `mtkcompile` were not found in the system:")
575+
println(io, "The following $(err.variant) provided to `mtkcompile` were not found in the system:")
577576
maybe_namespace_issue = false
578577
for var in err.not_found
579578
println(io, " ", var)

0 commit comments

Comments
 (0)