[X2go-Commits] x2gobroker.git - master (branch) updated: 6b97f598d6da87995bed44366f22629cb28e8341

X2Go dev team git-admin at x2go.org
Fri Jan 25 10:59:07 CET 2013


The branch, master has been updated
       via  6b97f598d6da87995bed44366f22629cb28e8341 (commit)
      from  59474fd511d885471a186e0bebaab1b926505b9d (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 6b97f598d6da87995bed44366f22629cb28e8341
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date:   Fri Jan 25 10:59:52 2013 +0100

    some output fixes for the plain web backend

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

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

The diff of changes is:
diff --git a/x2gobroker/web/plain.py b/x2gobroker/web/plain.py
index 135586d..96eb9cc 100644
--- a/x2gobroker/web/plain.py
+++ b/x2gobroker/web/plain.py
@@ -107,7 +107,7 @@ class X2GoBrokerWebPlain:
 
                 profiles = broker_backend.list_profiles(username)
                 if profiles:
-                    output += "START_USER_SESSIONS\n"
+                    output += "START_USER_SESSIONS\n\n"
                     for profile_id in profiles:
                         output += "[{profile_id}]\n".format(profile_id=profile_id)
                         for key in profiles[profile_id].keys():
@@ -119,8 +119,8 @@ class X2GoBrokerWebPlain:
                                 output += "{key}={value}".format(key=key, value=unicode(int(profiles[profile_id][key])))
 
                             output += "\n"
+                        output += "\n"
 
-                    output += "\n"
                     output += "END_USER_SESSIONS\n"
 
 


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