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

CopyOnWriteFs.MkdirAll should return nil when directory already exists #191

Closed
bep opened this issue Dec 16, 2018 · 0 comments
Closed

CopyOnWriteFs.MkdirAll should return nil when directory already exists #191

bep opened this issue Dec 16, 2018 · 0 comments
Assignees
Labels

Comments

@bep
Copy link
Collaborator

bep commented Dec 16, 2018

This is related to #189 -- but it deserves its own issue.

os.MkdirAll and the other Afero file systems return nil on "file exist". Note that os.Mkdir returns an error in this situation.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant