[X2Go-Commits] python-x2go.git - release/0.4.0.x (branch) updated: 0.1.1.4-184-g2e7e522

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


The branch, release/0.4.0.x 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 -----------------------------------------------------------------
-----------------------------------------------------------------------

Summary of changes:
 x2go/backends/terminal/_stdout.py |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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).




More information about the x2go-commits mailing list