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

fix: processing of pathlib.Path argument for writing #1031

Merged
merged 5 commits into from
Nov 16, 2023

Conversation

lobis
Copy link
Collaborator

@lobis lobis commented Nov 16, 2023

Fixes #1029

Add new test

@lobis lobis linked an issue Nov 16, 2023 that may be closed by this pull request
@lobis lobis requested review from jpivarski and nsmith- November 16, 2023 19:23
@lobis lobis marked this pull request as ready for review November 16, 2023 19:23
Copy link
Member

@jpivarski jpivarski left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks! I also like the factorization of is_file_like.

I'll merge it.

@jpivarski jpivarski merged commit 81750f8 into main Nov 16, 2023
19 checks passed
@jpivarski jpivarski deleted the 1029-new-fsspec-writing-breaks-for-pathlibpath branch November 16, 2023 20:29
lobis added a commit that referenced this pull request Nov 16, 2023
* correctly process pathlib.Path

* test issue

* add explanation for new check

* modify defaults of new helper

* handle new type of network error
@matthewfeickert
Copy link
Member

matthewfeickert commented Nov 16, 2023

Thanks for the fast fix. 👍 Everything seems good with 81750f8.

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

Successfully merging this pull request may close these issues.

New fsspec writing breaks for pathlib.Path
3 participants