[X2Go-Commits] python-x2go.git - build-baikal (branch) updated: 0.1.1.4-128-g3dc28f3

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


The branch, build-baikal has been updated
       via  3dc28f3224ab59dcccb67635b679d726ac0ec00b (commit)
      from  2a96e1e2fb82f305f3d2d5c88f0ece5eb7624ba1 (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/control/_stdout.py |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

The diff of changes is:
diff --git a/x2go/backends/control/_stdout.py b/x2go/backends/control/_stdout.py
index db170b2..dfe6d4f 100644
--- a/x2go/backends/control/_stdout.py
+++ b/x2go/backends/control/_stdout.py
@@ -245,7 +245,7 @@ class X2goControlSessionSTDOUT(paramiko.SSHClient):
     @property
     def _x2go_server_features(self):
         if self._server_features is None:
-            (stdin, stdout, stderr) = self._x2go_exec_command('which x2gofeaturelist && x2gofeaturelist')
+            (stdin, stdout, stderr) = self._x2go_exec_command('which x2gofeaturelist >/dev/null && x2gofeaturelist')
             self._server_features = stdout.read().split('\n')
             self.logger('server-side X2Go features are: %s' % self._server_features, loglevel=log.loglevel_DEBUG)
             return self._server_features


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