[X2Go-Commits] python-x2go.git - build-baikal (branch) updated: 06780bba84b7165fd251eb916a3e69a09bc456fb

X2Go dev team git-admin at x2go.org
Wed Jan 8 15:27:21 CET 2014


The branch, build-baikal has been updated
       via  06780bba84b7165fd251eb916a3e69a09bc456fb (commit)
      from  2212b03ad4124ba5539b03d6f092233d30314033 (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/session.py |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

The diff of changes is:
diff --git a/x2go/session.py b/x2go/session.py
index f55fdd1..dbe7ab6 100644
--- a/x2go/session.py
+++ b/x2go/session.py
@@ -380,7 +380,7 @@ class X2goSession(paramiko.SSHClient):
         self.params.kbtype = kbtype
         self.params.snd_system = snd_system
         self.params.cmd = cmd
-        self.params.rootdir = (type(rootdir) is types.StringType) and rootdir or '%s/%s' % (_LOCAL_HOME,_X2GO_SESSION_ROOTDIR)
+        self.params.rootdir = (type(rootdir) is types.StringType) and rootdir or os.path.join(_LOCAL_HOME,_X2GO_SESSION_ROOTDIR)
         self.params.update()
 
         self.proxy_class = proxy_class


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