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

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


The branch, build-baikal has been updated
       via  3faad6adbf891e4d152791625840e3e5755aeea6 (commit)
      from  6fb22cf595864a6c33e7d0c781f75a3f5459a6db (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/info/stdout.py |    5 +++++
 1 file changed, 5 insertions(+)

The diff of changes is:
diff --git a/x2go/backends/info/stdout.py b/x2go/backends/info/stdout.py
index 92c0739..a35f9b0 100644
--- a/x2go/backends/info/stdout.py
+++ b/x2go/backends/info/stdout.py
@@ -66,6 +66,11 @@ class X2goServerSessionInfoSTDOUT(object):
             print 'Encountered IndexError: %s' % str(e)
             print 'THIS SHOULD NOT HAPPEN... HERE IS THE x2golistsessions OUTPUT THAT CAUSED THE ERROR...'
             print x2go_output
+        except ValueError, e:
+            # DEBUGGING CODE
+            print 'Encountered IndexError: %s' % str(e)
+            print 'THIS SHOULD NOT HAPPEN... HERE IS THE x2golistsessions OUTPUT THAT CAUSED THE ERROR...'
+            print x2go_output
 
     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