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 fbcfe7d commit 2663167Copy full SHA for 2663167
src/setpath.jl
@@ -4,7 +4,7 @@ const ERR_REGISTRY_PATH = ErrorException(
4
"No path to the registry has been set. Run "*
5
"`setpath(path)`, where `path` is the path to the registry in your local "*
6
"MLJModels.jl clone. That is, do something like "*
7
- "`setpath(\"~/MyPkgs/MLJModels/registry\")`. "
+ "`setpath(\"~/MyPkgs/MLJModels/src/registry\")`. "
8
)
9
10
# for accessing or changing the location of the registry (initially empty):
0 commit comments