From 30175dfe8c221db5ac96014b72e93e3118bd6856 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Sun, 9 Aug 2015 19:10:45 +0200 Subject: 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 405ca516..dacdf88d 100755 --- a/bin/reproducible_scheduler.py +++ b/bin/reproducible_scheduler.py @@ -392,7 +392,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 ( msg_new and msg_old_ftbfs ) or ( msg_new and 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