The branch, twofactorauth has been updated via 7037e4a2e16e74ec73fa55cdcd4a2840a97e4cea (commit) from a8c72815d581d84c7a41b9ac5c7d0a1bb7ff4692 (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/backends/control/_stdout.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) The diff of changes is: diff --git a/x2go/backends/control/_stdout.py b/x2go/backends/control/_stdout.py index 0f2c2b0..1d66c45 100644 --- a/x2go/backends/control/_stdout.py +++ b/x2go/backends/control/_stdout.py @@ -146,7 +146,7 @@ class X2goControlSessionSTDOUT(paramiko.SSHClient): def _x2go_sftp_put(self, local_path, remote_path): self.logger('sFTP-put: %s -> %s:%s' % (local_path, self.get_transport().getpeername(), remote_path), loglevel=log.loglevel_DEBUG) - self.sftp_client.put(local_path, remote_path) + self.sftp_client.put(os.path.normpath(local_path), remote_path) def _x2go_sftp_write(self, remote_path, content): 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).