[X2Go-Commits] python-x2go.git - release/0.4.0.x (branch) updated: 0.1.0.3-47-gbcbc75f

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


The branch, release/0.4.0.x has been updated
       via  bcbc75f490c112b47e2c30ce889f23f0ce0822ef (commit)
      from  009a7d9f70834ad66f535b71ac4d1670a6009b0e (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 27d3eca..38e0739 100644
--- a/x2go/backends/terminal/_stdout.py
+++ b/x2go/backends/terminal/_stdout.py
@@ -768,7 +768,7 @@ class X2goTerminalSessionSTDOUT(object):
         @rtype: bool
 
         """
-        return bool(self.session_info.name and (self.proxy.ok()))
+        return bool(self.session_info.name and self.proxy.ok())
 
     def is_running(self):
         """\


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