Skip to content

fsspec.asyn.AsyncFileSystem._glob not respecting kwargs #1952

@zijian-hu

Description

@zijian-hu

As shown here, fsspec.asyn.AsyncFileSystem._glob does not respect kwargs such as withdirs which could lead to issues for downstream implementations such as gcsfs

allpaths = await self._find(
    root, maxdepth=depth, withdirs=True, detail=True, **kwargs
)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions