From 22dd6df9562ebfb5703e27feabcf67a0126679ea Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Thu, 30 Jul 2015 14:51:35 +0200 Subject: reproducible: fix punctation in irc message --- bin/reproducible_scheduler.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin/reproducible_scheduler.py') 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 '' -- cgit v1.2.3-54-g00ecf