Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/Utilities/copy.jl
Original file line number Diff line number Diff line change
Expand Up @@ -137,8 +137,8 @@ function _pass_attributes(dest::MOI.ModelLike, src::MOI.ModelLike,
# As starting values are simply *hints* for the optimization, not
# supporting them gives a warning, not an error
if !MOI.supports(dest, attr, supports_args...)
@warn("$attr is not supported by $(typeof(dest)). This ",
"information will be discarded.")
@warn("$attr is not supported by $(typeof(dest)). This " *
"information will be discarded.")
continue
end
end
Expand Down