summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_scheduler.py
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-11-28 17:21:01 +0100
committerHolger Levsen <holger@layer-acht.org>2015-11-28 17:21:01 +0100
commit25fcb44b766330252a229667e0f9897951d40703 (patch)
tree807a10bff49d30a9f316265fb6e52ecddfe4e759 /bin/reproducible_scheduler.py
parent56e3b32c07c483c6db95a51609ccc0e2c59c7116 (diff)
downloadjenkins.debian.net-25fcb44b766330252a229667e0f9897951d40703.tar.xz
reproducible: fix grammar in irc message
Diffstat (limited to 'bin/reproducible_scheduler.py')
-rwxr-xr-xbin/reproducible_scheduler.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/reproducible_scheduler.py b/bin/reproducible_scheduler.py
index bd3d3342..7e97fd6d 100755
--- a/bin/reproducible_scheduler.py
+++ b/bin/reproducible_scheduler.py
@@ -526,7 +526,7 @@ def scheduler(arch):
message += ', ' if ( msg_new and msg_old_ftbfs_and_depwait ) or ( msg_new and msg_old ) else ''
if msg_new:
message += msg_new
- message += ' and ' if msg_old_ftbfs_and_depwait and not msg_old else ''
+ message += ' and ' if msg_old_ftbfs_and_depwait or msg_old else ''
message += ', ' if msg_old_ftbfs_and_depwait and msg_old else ''
if msg_old_ftbfs_and_depwait:
message += msg_old_ftbfs_and_depwait