12 Apr 2012 17:07
python-x2go.git - master (branch) updated: 0.1.1.4-184-g2e7e522
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@...>
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
<at> <at> -782,7 +782,7 <at> <at> 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
RSS Feed