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 d90ca22 commit b9cb8c2Copy full SHA for b9cb8c2
src/basic_types.jl
@@ -526,7 +526,7 @@ struct Mesh{
526
try
527
verify(fs, attrib)
528
catch e
529
- rethrow(ErrorException("Failed to verify $name attribute:\n" * e.msg))
+ rethrow(ErrorException("Failed to verify $name attribute:\n$(e.msg)"))
530
end
531
else
532
length(attrib) < N && error("Failed to verify $name attribute:\nFaces address $N vertex attributes but only $(length(attrib)) are present.")
0 commit comments