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 a bug in the _find #913

Merged
merged 1 commit into from
Nov 12, 2024
Merged

Conversation

chorng
Copy link
Contributor

@chorng chorng commented Nov 11, 2024

  • check if path is a directory only if '(not out and key) and not prefix'

Fixes #911

* check if path is a directory only if '(not out and key) and not prefix'
@chorng chorng changed the title fix a bug in the fix a bug in the _find Nov 11, 2024
@martindurant martindurant merged commit b6a0095 into fsspec:main Nov 12, 2024
25 checks passed
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.

find returns parent directory if no object matches the prefix
2 participants