File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
name = " DrWatson"
2
2
uuid = " 634d3b9d-ee7a-5ddf-bec9-22491ea816e1"
3
3
repo = " https://github.com/JuliaDynamics/DrWatson.jl.git"
4
- version = " 2.1.2 "
4
+ version = " 2.1.3 "
5
5
6
6
[deps ]
7
7
Dates = " ade2ca70-3891-5945-98fb-dc099432e06a"
Original file line number Diff line number Diff line change @@ -58,8 +58,8 @@ _projectname(::Nothing) = nothing
58
58
59
59
60
60
"""
61
- findproject(path = pwd()) -> project_path
62
- Recursively search `path ` and its parents for a valid Julia project file
61
+ findproject(dir = pwd()) -> project_path
62
+ Recursively search `dir ` and its parents for a valid Julia project file
63
63
(anything in `Base.project_names`).
64
64
If it is found return its path, otherwise issue a warning and return
65
65
`nothing`.
@@ -82,7 +82,7 @@ function findproject(dir::AbstractString = pwd())
82
82
dir == old && break
83
83
end
84
84
@warn " DrWatson could not find find a project file by recursively checking " *
85
- " given `path ` and its parents. Returning `nothing` instead.\n (given path : $path )"
85
+ " given `dir ` and its parents. Returning `nothing` instead.\n (given dir : $dir )"
86
86
return nothing
87
87
end
88
88
You can’t perform that action at this time.
0 commit comments