fsspec / sshfs

sshfs - SSH/SFTP implementation for fsspec
Apache License 2.0
58 stars 14 forks source link

Wrong default argument to ls (detail=False) #48

Open mxmlnkn opened 1 month ago

mxmlnkn commented 1 month ago

https://github.com/fsspec/sshfs/blob/15aac74de1d2e1c28376e70211397a8533318977/sshfs/spec.py#L210C31-L210C43

I think it is unexpected behavior for the default argument to be different form the filesystem abstract class specification.