[Qa-jenkins-scm] [jenkins.debian.net] 01/01: reproducible: fix punctation in irc message

Holger Levsen holger at moszumanska.debian.org
Thu Jul 30 12:52:32 UTC 2015


This is an automated email from the git hooks/post-receive script.

holger pushed a commit to branch master
in repository jenkins.debian.net.

commit 22dd6df9562ebfb5703e27feabcf67a0126679ea
Author: Holger Levsen <holger at layer-acht.org>
Date:   Thu Jul 30 14:51:35 2015 +0200

    reproducible: fix punctation in irc message
---
 bin/reproducible_scheduler.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bin/reproducible_scheduler.py b/bin/reproducible_scheduler.py
index 5393272..2df24d7 100755
--- a/bin/reproducible_scheduler.py
+++ b/bin/reproducible_scheduler.py
@@ -373,7 +373,7 @@ def scheduler():
     if msg_untested:
         message += msg_untested
         message += ' and ' if msg_new and not msg_old_ftbfs and not msg_old else ''
-        message += ', ' if not msg_new and not msg_old_ftbfs and not msg_old else ''
+        message += '' if not msg_new and not msg_old_ftbfs and not msg_old else ', '
     if msg_new:
         message += msg_new
         message += ' and ' if msg_old_ftbfs and not msg_old else ''

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/qa/jenkins.debian.net.git



More information about the Qa-jenkins-scm mailing list