diff options
author | Holger Levsen <holger@layer-acht.org> | 2015-03-03 01:55:16 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-03-03 01:55:16 +0100 |
commit | 279f8ce525d6ba904cc25aff374f591096f7c2d5 (patch) | |
tree | cbb508f8da08bffd76126af75eca4357c6610eaf /bin | |
parent | 5ceee0641dce6e8269449651fbcf892e15d199a3 (diff) | |
download | jenkins.debian.net-279f8ce525d6ba904cc25aff374f591096f7c2d5.tar.xz |
fixup syntax
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/reproducible_scheduler.py | 2 |
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: |