Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
martindurant committed Dec 7, 2023
1 parent 6937918 commit b944148
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fsspec/archive.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,4 +70,4 @@ def ls(self, path, detail=True, **kwargs):
out = sorted(paths.values(), key=lambda _: _["name"])
return out
else:
return list(out)
return sorted(paths)

0 comments on commit b944148

Please sign in to comment.