We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 695f14e commit e12aa75Copy full SHA for e12aa75
fsspec/implementations/webhdfs.py
@@ -268,7 +268,7 @@ def info(self, path):
268
info["name"] = path
269
return self._process_info(info)
270
271
- def ls(self, path, detail=False):
+ def ls(self, path, detail=False, **kwargs):
272
out = self._call("LISTSTATUS", path=path)
273
infos = out.json()["FileStatuses"]["FileStatus"]
274
for info in infos:
0 commit comments