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 4831124e..bd2db810 100755
--- a/bin/reproducible_scheduler.py
+++ b/bin/reproducible_scheduler.py
@@ -715,7 +715,7 @@ def scheduler(arch):
if msg_old:
message += msg_old + ', '
total = [now_queued_here[x] for x in SUITES]
- message += ' for ' + str(sum(total))
+ message += 'for ' + str(sum(total))
message += ' or ' + '+'.join([str(now_queued_here[x]) for x in SUITES])
message += ' packages in total.'
log.info('Scheduling for architecture ' + arch + ' done.')