We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
#686 introduced a requirement over _makedirs() of the downstream filesystems, which is something optional according to this list; https://github.com/intake/filesystem_spec/blob/ce0b70320d5d8704a97aafa45b17b8e60bd8ecd5/fsspec/asyn.py#L210-L230
_makedirs()
I think there should be empty methods _mkdir/_makedirs that does nothing: https://github.com/intake/filesystem_spec/blob/ce0b70320d5d8704a97aafa45b17b8e60bd8ecd5/fsspec/spec.py#L264-L296
_mkdir
_makedirs
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
#686 introduced a requirement over
_makedirs()
of the downstream filesystems, which is something optional according to this list;https://github.com/intake/filesystem_spec/blob/ce0b70320d5d8704a97aafa45b17b8e60bd8ecd5/fsspec/asyn.py#L210-L230
I think there should be empty methods
_mkdir
/_makedirs
that does nothing:https://github.com/intake/filesystem_spec/blob/ce0b70320d5d8704a97aafa45b17b8e60bd8ecd5/fsspec/spec.py#L264-L296
The text was updated successfully, but these errors were encountered: