diff options
author | Holger Levsen <holger@layer-acht.org> | 2015-07-30 14:51:35 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-07-30 14:51:35 +0200 |
commit | 22dd6df9562ebfb5703e27feabcf67a0126679ea (patch) | |
tree | 42e95564a62b82bf3b6aa69ba993a7246f6076f7 /bin | |
parent | 2e1273cf137da8e0f49ce7823c822ea59884c49c (diff) | |
download | jenkins.debian.net-22dd6df9562ebfb5703e27feabcf67a0126679ea.tar.xz |
reproducible: fix punctation in irc message
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/reproducible_scheduler.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/reproducible_scheduler.py b/bin/reproducible_scheduler.py index 5393272b..2df24d7c 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 '' |