Skip to content

Commit

Permalink
revert 380 (JuliaDynamics#385)
Browse files Browse the repository at this point in the history
  • Loading branch information
Datseris authored Mar 23, 2023
1 parent 92291b4 commit a9a2383
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "DrWatson"
uuid = "634d3b9d-ee7a-5ddf-bec9-22491ea816e1"
repo = "https://github.com/JuliaDynamics/DrWatson.jl.git"
version = "2.12.3"
version = "2.12.4"

[deps]
Dates = "ade2ca70-3891-5945-98fb-dc099432e06a"
Expand Down
2 changes: 1 addition & 1 deletion src/project_setup.jl
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ function projectdir()
end
dirname(Base.active_project())
end
projectdir(args...) = String(rstrip(joinpath(projectdir(), args...), '/'))
projectdir(args...) = joinpath(projectdir(), args...)


# Generate functions to access the path of default subdirectories.
Expand Down

0 comments on commit a9a2383

Please sign in to comment.