Closed hakaishi closed 3 years ago
Link to documentation: https://ssh2-python.readthedocs.io/en/latest/sftp_handle.html#ssh2.sftp_handle.SFTPHandle.fsetstat Problem: SFTPHandle.fsetstat only returns ssh2.sftp_handle.SFTPAttributes and not a tuple (int, SFTPAttributes) like it is currently written.
Is this just a documentation issue or a wrong implementation?
Documentation needs updating.
Link to documentation: https://ssh2-python.readthedocs.io/en/latest/sftp_handle.html#ssh2.sftp_handle.SFTPHandle.fsetstat Problem: SFTPHandle.fsetstat only returns ssh2.sftp_handle.SFTPAttributes and not a tuple (int, SFTPAttributes) like it is currently written.
Is this just a documentation issue or a wrong implementation?