The branch, build-baikal has been updated via 3fc4866962efd286c7917d7cd34b8eb25bda0fe1 (commit) from d99c64989de3489556536142a7c7fff8f5b727db (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/session.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) The diff of changes is: diff --git a/x2go/session.py b/x2go/session.py index e66f31a..3236c71 100644 --- a/x2go/session.py +++ b/x2go/session.py @@ -553,7 +553,10 @@ class X2goSession(object): self.running = None self.suspended = None self.terminated = None - self.update_status() + try: + self.update_status() + except X2goControlSessionException: + pass return self.control_session.disconnect() __disconnect = disconnect 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).