[X2go-Commits] python-x2go.git - master (branch) updated: 0.1.0.3-24-g5a148fd

X2go dev team git-admin at x2go.org
Tue Jun 21 14:45:08 CEST 2011


The branch, master has been updated
       via  5a148fdf12b44d6b8f0398f8cb9dcabaeb39064d (commit)
      from  9dbd64ed33bd983ac81693493fa56eb5b7827f1e (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 5a148fdf12b44d6b8f0398f8cb9dcabaeb39064d
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date:   Tue Jun 21 14:23:59 2011 +0200

    condition fix

-----------------------------------------------------------------------

Summary of changes:
 x2go/backends/control/_stdout.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

The diff of changes is:
diff --git a/x2go/backends/control/_stdout.py b/x2go/backends/control/_stdout.py
index 8c7a617..fd0774b 100644
--- a/x2go/backends/control/_stdout.py
+++ b/x2go/backends/control/_stdout.py
@@ -684,7 +684,7 @@ class X2goControlSessionSTDOUT(paramiko.SSHClient):
             _listsessions = {}
             _success = False
             _count = 0
-            while not _success or _count < 50:
+            while not _success and not (_count >= 50):
 
                 _count += 2
                 (stdin, stdout, stderr) = self._x2go_exec_command("export HOSTNAME && x2golistsessions")


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