This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository x2gobroker. commit 551e80fbd467c6ca2a3932dd8f107df0dc1bd365 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Thu Sep 11 22:36:11 2014 +0200 rebase with prev --- x2gobroker/agent.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/x2gobroker/agent.py b/x2gobroker/agent.py index 0a43633..ebca7d6 100644 --- a/x2gobroker/agent.py +++ b/x2gobroker/agent.py @@ -134,7 +134,8 @@ def _call_local_broker_agent(username, task, cmdline_args=[]): except OSError: pass - logger_broker.info('Broker agent answered: {answer}'.format(answer="; ".join(result))) + if result: + logger_broker.info('Broker agent answered: {answer}'.format(answer="; ".join(result))) if result[0].startswith('OK'): return (True, [ r for r in result[1:] if r ]) -- Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/x2gobroker.git