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 38ce2451..099e2713 100755
--- a/bin/reproducible_scheduler.py
+++ b/bin/reproducible_scheduler.py
@@ -201,7 +201,7 @@ def scheduler_old_versions(suite, limit):
def scheduler():
query = 'SELECT count(*) ' + \
- 'FROM schedule AS p JOIN sources AS s ON p.package_id=s.id ' + \
+ 'FROM schedule AS p JOIN sources AS s ON p.package_id=s.id '
total = int(query_db(query)[0][0])
log.debug('current scheduled packages in all suites: ' + str(total))
if total > 250: