[X2Go-Commits] python-x2go.git - brokerclient (branch) updated: 0.0.39.0-93-gd99c649

X2Go dev team git-admin at x2go.org
Tue Jan 7 16:20:18 CET 2014


The branch, brokerclient has been updated
       via  d99c64989de3489556536142a7c7fff8f5b727db (commit)
      from  c2ff89bc70a32976ac8c5e8a2ee7592151cf5a6d (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 b380aa0..3fe5fc2 100644
--- a/x2go/backends/control/_stdout.py
+++ b/x2go/backends/control/_stdout.py
@@ -152,7 +152,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.logger('sFTP-put: %s -> %s:%s' % (os.path.normpath(local_path), self.get_transport().getpeername(), remote_path), loglevel=log.loglevel_DEBUG)
         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).




More information about the x2go-commits mailing list