The branch, statusflag has been updated via dd6e78151e15db52f78f2d8d9caf66a1ca018149 (commit) from 36cadfdd3a58b86b0c0cf79256c446e49a6626c9 (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/agent.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) The diff of changes is: diff --git a/x2gobroker/agent.py b/x2gobroker/agent.py index 3e7cdc6..81edc04 100644 --- a/x2gobroker/agent.py +++ b/x2gobroker/agent.py @@ -24,7 +24,7 @@ import subprocess # X2Go Broker modules import x2gobroker.defaults -def call_x2gobroker_agent(username, mode): +def call_broker_agent(username, mode): """\ Launch X2Go Broker Agent and process its output. @@ -34,7 +34,7 @@ def call_x2gobroker_agent(username, mode): @type mode: C{unicode} """ - cmdline = [ + cmd_line = [ '{x2gobroker_agent_binary}'.format(x2gobroker_agent_binary=x2gobroker.defaults.X2GOBROKER_AGENT_CMD), '{username}'.format(username=username), '{mode}'.format(mode=mode), 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).