We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
FileNotFoundError
In [1]: import fsspec In [3]: fsspec.filesystem("memory").ls("/a/b/c") Out[3]: []
I think this should raise a FileNotFoundError.