The branch, master has been updated via 2e7e522f20c58c9047cebf7a2deb99f32d3ae548 (commit) from cd63f79b6d3198664fe026e0842c705f7924d86b (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 ----------------------------------------------------------------- commit 2e7e522f20c58c9047cebf7a2deb99f32d3ae548 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Thu Apr 12 17:07:43 2012 +0200 make sure backslashed Windows paths arrive properly in x2goumount-session script ----------------------------------------------------------------------- Summary of changes: x2go/backends/terminal/_stdout.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) The diff of changes is: diff --git a/x2go/backends/terminal/_stdout.py b/x2go/backends/terminal/_stdout.py index 2328925..dce654f 100644 --- a/x2go/backends/terminal/_stdout.py +++ b/x2go/backends/terminal/_stdout.py @@ -782,7 +782,7 @@ class X2goTerminalSessionSTDOUT(object): cmd_line = [ 'export HOSTNAME &&', 'x2goumount-session', self.session_info.name, - local_path, + "'%s'" % local_path, ] (stdin, stdout, stderr) = self.control_session._x2go_exec_command(cmd_line) 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).