fsspec / universal_pathlib

pathlib api extended to use fsspec backends
MIT License
251 stars 44 forks source link

Respect exist_ok in mkdir when creating parent directories #83

Closed rahuliyer95 closed 1 year ago

rahuliyer95 commented 1 year ago

Fix for #82

rahuliyer95 commented 1 year ago

Requesting review: @normanrz

rahuliyer95 commented 1 year ago

@normanrz if you can please take another pass at it, now that the tests are passing, Thanks!

normanrz commented 1 year ago

Thanks for the PR. The code looks good to me. Would you mind adding a test for makedirs as well?

normanrz commented 1 year ago

I just published it in v0.0.22