summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 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 ''