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

Test for #378 to verify find respects maxdepth. #379

Merged
merged 3 commits into from
Oct 8, 2020

Conversation

gerritholl
Copy link
Contributor

@gerritholl gerritholl commented Oct 8, 2020

Added a test to verify that the find method respects the maxdepth
parameter. With maxdepth=1, the results of find should be
the same as those ls, without returning subdirectories. See also
issue 378.

Added a test to verify that the find method respects the maxdepth
parameter.  With ``maxdepth=1``, the results of ``find`` should be
the same as those ``ls``, without returning subdirectories.  See also
issue 378.
@martindurant martindurant marked this pull request as ready for review October 8, 2020 14:42
@martindurant martindurant merged commit 86e8dbd into fsspec:master Oct 8, 2020
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.

S3FileSystem.find appears not to respect max_depth
2 participants