[X2Go-Commits] x2gobroker.git - build-main (branch) updated: 7cec31fca2245fd8d9dfb2bc5f85d6c31019e067

X2Go dev team git-admin at x2go.org
Sun May 19 13:04:35 CEST 2013


The branch, build-main has been updated
       via  7cec31fca2245fd8d9dfb2bc5f85d6c31019e067 (commit)
      from  ef3376100abb26ecf5befeb5e2c76b12656fa131 (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:
 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 d158cfa..229d58d 100644
--- a/x2gobroker/web/plain.py
+++ b/x2gobroker/web/plain.py
@@ -112,7 +112,7 @@ class X2GoBrokerWebPlain:
                     output += "START_USER_SESSIONS\n"
                     #output += "START_USER_SESSIONS<br>"
                     for profile_id in profiles:
-                        output += "[{profile_id}]".format(profile_id=profile_id)
+                        output += "[{profile_id}]\n".format(profile_id=profile_id)
                         for key in profiles[profile_id].keys():
                             if type(profiles[profile_id][key]) in (types.UnicodeType, types.StringType):
                                 output += "{key}={value}".format(key=key, value=unicode(profiles[profile_id][key]))


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