[X2Go-Commits] x2gobroker.git - master (branch) updated: 0.0.2.3-85-ga8c70b0

X2Go dev team git-admin at x2go.org
Wed Dec 11 12:24:38 CET 2013


The branch, master has been updated
       via  a8c70b0a419e0d28623a6cfa6b32ea9d5c7364ba (commit)
      from  0a0f24e434f76f05d8a9aed2feb1f6add7290aa3 (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 a8c70b0a419e0d28623a6cfa6b32ea9d5c7364ba
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date:   Wed Dec 11 12:21:45 2013 +0100

    parentheses fix(3)

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

Summary of changes:
 x2gobroker/web/plain.py |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

The diff of changes is:
diff --git a/x2gobroker/web/plain.py b/x2gobroker/web/plain.py
index 354fc02..11e6dee 100644
--- a/x2gobroker/web/plain.py
+++ b/x2gobroker/web/plain.py
@@ -73,7 +73,7 @@ class X2GoBrokerWeb(_RequestHandler):
             exec("broker_backend = x2gobroker.brokers.{backend}_broker.X2GoBroker()".format(backend=backend))
         except ImportError:
             # throw a 404 if the backend does not exist
-            logger_error.error('No such broker backend \'{backend}\''.format(backend=backend)))
+            logger_error.error('No such broker backend \'{backend}\''.format(backend=backend))
             raise tornado.web.HTTPError(404)
 
         global_config = broker_backend.get_global_config()


hooks/post-receive
-- 
x2gobroker.git (HTTP(S) Session broker for X2Go)

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 "x2gobroker.git" (HTTP(S) Session broker for X2Go).




More information about the x2go-commits mailing list