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 e0ae7a9 commit d62da8fCopy full SHA for d62da8f
src/utils.jl
@@ -212,7 +212,7 @@ function check_subsystems(systems)
212
idxs = findall(!does_namespacing, systems)
213
if !isempty(idxs)
214
names = join(" " .* string.(nameof.(systems[idxs])), "\n")
215
- throw(ArgumentError("All subsystems have namespacing enabled. The following subsystems do not perform namespacing:\n$(names)"))
+ throw(ArgumentError("All subsystems must have namespacing enabled. The following subsystems do not perform namespacing:\n$(names)"))
216
end
217
218
0 commit comments