Skip to content

Commit 8ebdb4f

Browse files
author
Martin Durant
committed
fitx test
1 parent 742b1eb commit 8ebdb4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fsspec/implementations/reference.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ def _dircache_from_items(self):
178178

179179
self.dircache[par].append({"name": path, "type": "file", "size": size})
180180

181-
def ls(self, path, detail=True, **kwargs):
181+
async def _ls(self, path, detail=True, **kwargs):
182182
path = self._strip_protocol(path)
183183
out = self._ls_from_cache(path)
184184
if detail:

0 commit comments

Comments
 (0)