From 5d1a82871dc4722a5c362b38fe022b7f13dd358d Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Fri, 18 Sep 2015 13:31:16 +0200 Subject: fix whitespace error --- bin/reproducible_html_live_status.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin') diff --git a/bin/reproducible_html_live_status.py b/bin/reproducible_html_live_status.py index 21d365ac..fdd9a871 100755 --- a/bin/reproducible_html_live_status.py +++ b/bin/reproducible_html_live_status.py @@ -32,7 +32,7 @@ def generate_schedule(arch): log.info('Building the schedule index page for ' + arch + '...') title = 'Packages currently scheduled on ' + arch + ' for testing for build reproducibility' query = 'SELECT sch.date_scheduled, s.suite, s.architecture, s.name, ' + \ - 'r.status, r.build_duration' + \ + 'r.status, r.build_duration ' + \ 'FROM schedule AS sch JOIN sources AS s ON sch.package_id=s.id LEFT JOIN results AS r ON s.id=r.package_id ' + \ 'WHERE sch.date_build_started = "" AND s.architecture="{arch}" ORDER BY sch.date_scheduled' text = Template('$tot packages are currently scheduled for testing on $arch:') -- cgit v1.2.3-54-g00ecf