[X2Go-Commits] python-x2go.git - master (branch) updated: 0.4.0.4-4-g2fa59c4

X2Go dev team git-admin at x2go.org
Thu Jul 18 22:32:10 CEST 2013


The branch, master has been updated
       via  2fa59c45db1c0d657dfe55ece4ed64c15edf4c0d (commit)
      from  a0f8350668c13bc6a7ac9f37535e4f5ae423de4d (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 2fa59c45db1c0d657dfe55ece4ed64c15edf4c0d
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date:   Thu Jul 18 22:32:07 2013 +0200

    remove exception raisal

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

Summary of changes:
 x2go/forward.py |    1 -
 1 file changed, 1 deletion(-)

The diff of changes is:
diff --git a/x2go/forward.py b/x2go/forward.py
index 3f355d3..8e63bf1 100644
--- a/x2go/forward.py
+++ b/x2go/forward.py
@@ -169,7 +169,6 @@ class X2GoFwServer(StreamServer):
                 self.close_socket()
             except socket.error:
                 pass
-                raise
 
             self.is_active = False
             self.logger('Tunnel closed from %r' % (chan_peername,),


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