Skip to content

Commit

Permalink
Merge pull request #2223 from contradict/fix-connector-error-reporting
Browse files Browse the repository at this point in the history
Fix error in error reporting code.
  • Loading branch information
ChrisRackauckas authored Aug 10, 2023
2 parents 83cd859 + 6a8fff3 commit a69570a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/systems/connectors.jl
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ function connection2set!(connectionsets, namespace, ss, isouter)
if domain_ss === nothing
domain_ss = s
else
names = join(string(map(name, ss)), ",")
names = join(map(string nameof, ss), ",")
error("connect($names) contains multiple source domain connectors. There can only be one!")
end
else
Expand Down

0 comments on commit a69570a

Please sign in to comment.