Skip to content

MemoryFileSystem.ls doesn't raise FileNotFoundError for non-existent path. #652

Closed
@TomAugspurger

Description

@TomAugspurger
In [1]: import fsspec

In [3]: fsspec.filesystem("memory").ls("/a/b/c")
Out[3]: []

I think this should raise a FileNotFoundError.

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