The branch, build-baikal has been updated via 46008e4e534b37ec2ef82965b477ea3e9df6ad05 (commit) from 96ea578dfcd128ef96503e9480b73f7a6bbb143a (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- ----------------------------------------------------------------------- Summary of changes: x2go/sftpserver.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) The diff of changes is: diff --git a/x2go/sftpserver.py b/x2go/sftpserver.py index b7456f0..04f1a0c 100644 --- a/x2go/sftpserver.py +++ b/x2go/sftpserver.py @@ -54,7 +54,7 @@ class _SSHServer(paramiko.ServerInterface): """\ Initialize a new sFTP server interface. - @param: auth_key: Server key that the client has to authenticate against + @param auth_key: Server key that the client has to authenticate against @type auth_key: C{paramiko.RSAKey} instance @param session_instance: the calling L{X2goSession} instance @type session_instance: L{X2goSession} instance @@ -271,7 +271,7 @@ class _SFTPServerInterface(paramiko.SFTPServerInterface): @type flags: C{str} @param attr: file attributes @type attr: C{class} - @return fileobj: file handle/object for remote file, on failure: returns a Paramiko/SSH return code + @return: file handle/object for remote file, on failure: returns a Paramiko/SSH return code @rtype: L{_SFTPHandle} instance or C{int} """ hooks/post-receive -- python-x2go.git (Python X2Go Client API) This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "python-x2go.git" (Python X2Go Client API).