summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_scheduler.py
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-03-03 01:55:16 +0100
committerHolger Levsen <holger@layer-acht.org>2015-03-03 01:55:16 +0100
commit279f8ce525d6ba904cc25aff374f591096f7c2d5 (patch)
treecbb508f8da08bffd76126af75eca4357c6610eaf /bin/reproducible_scheduler.py
parent5ceee0641dce6e8269449651fbcf892e15d199a3 (diff)
downloadjenkins.debian.net-279f8ce525d6ba904cc25aff374f591096f7c2d5.tar.xz
fixup syntax
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 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: