Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

mkpath should always return the path #29989

Closed
StefanKarpinski opened this issue Nov 9, 2018 · 0 comments
Closed

mkpath should always return the path #29989

StefanKarpinski opened this issue Nov 9, 2018 · 0 comments
Labels
bug Indicates an unexpected problem or unintended behavior

Comments

@StefanKarpinski
Copy link
Sponsor Member

If a path doesn't exist, mkpath returns it:

julia> @show mkpath("frizz")
mkpath("frizz") = "frizz"
"frizz"

However, if the path already exists, it doesn't:

julia> @show mkpath("frizz")
mkpath("frizz") = nothing
@StefanKarpinski StefanKarpinski added the bug Indicates an unexpected problem or unintended behavior label Nov 9, 2018
KristofferC pushed a commit that referenced this issue Nov 12, 2018
@KristofferC KristofferC mentioned this issue Nov 12, 2018
61 tasks
KristofferC pushed a commit that referenced this issue Dec 12, 2018
KristofferC pushed a commit that referenced this issue Feb 11, 2019
KristofferC pushed a commit that referenced this issue Feb 20, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Indicates an unexpected problem or unintended behavior
Projects
None yet
Development

No branches or pull requests

1 participant