[X2Go-Commits] [python-x2go] 01/01: typo fix for last commit

git-admin at x2go.org git-admin at x2go.org
Wed Oct 1 11:29:28 CEST 2014


This is an automated email from the git hooks/post-receive script.

x2go pushed a commit to branch master
in repository python-x2go.

commit f6b226ddc1f26dacb041c868b93cf66c9fdd8bb5
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date:   Wed Oct 1 11:29:25 2014 +0200

    typo fix for last commit
---
 x2go/telekinesis.py |    1 +
 1 file changed, 1 insertion(+)

diff --git a/x2go/telekinesis.py b/x2go/telekinesis.py
index 1bedf6b..16b6ea2 100644
--- a/x2go/telekinesis.py
+++ b/x2go/telekinesis.py
@@ -345,6 +345,7 @@ class X2GoTelekinesisClient(threading.Thread):
                                          '-o', 'directport={tekidata_port}'.format(tekidata_port=self.local_tekidata_port),
                                          '127.0.0.1:{remote_home}/.x2go/C-{sid}/telekinesis/remote/'.format(remote_home=self.session_instance.get_remote_home(), sid=self.session_info),
                                          '/tmp/.x2go-{local_user}/telekinesis/S-{sid}/'.format(local_user=_CURRENT_LOCAL_USER, sid=self.session_info),
+                                        ]
         self.logger('forking threaded subprocess: %s' % " ".join(telekinesis_sshfs_command), loglevel=log.loglevel_DEBUG)
         self.telekinesis_sshfs = subprocess.Popen(telekinesis_sshfs_command,
                                                   env=self.TEKICLIENT_ENV,

--
Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/python-x2go.git


More information about the x2go-commits mailing list