Skip to content

Commit

Permalink
Bug: Fix rm api and walk api bug
Browse files Browse the repository at this point in the history
  • Loading branch information
yanghua committed Sep 25, 2024
1 parent 09aabf8 commit 8a68a8c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tosfs/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -950,6 +950,8 @@ def _fsspec_walk( # noqa
) -> Any:
"""Return all files belows path.
Copied from fsspec(2024.9.0) to fix fsspec(2023.5.0.)
List all files, recursing into subdirectories; output is iterator-style,
like ``os.walk()``. For a simple list of files, ``find()`` is available.
Expand Down

0 comments on commit 8a68a8c

Please sign in to comment.