From 209419c8dbcafeb8eb99e49100225c30791cd623 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Tue, 3 Mar 2015 00:48:29 +0100 Subject: s#in particular## --- bin/reproducible_html_notes.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'bin/reproducible_html_notes.py') diff --git a/bin/reproducible_html_notes.py b/bin/reproducible_html_notes.py index ba42be97..6d7181e2 100755 --- a/bin/reproducible_html_notes.py +++ b/bin/reproducible_html_notes.py @@ -361,8 +361,7 @@ def index_notes(notes, bugs): 'FROM results AS r JOIN sources AS s ON r.package_id=s.id ' + 'WHERE s.suite="sid" ORDER BY s.name') with_notes = [x for x in all_pkgs if x[0] in notes] - html = '\n

There are ' + str(len(notes)) + ' packages with notes.
\n' - html += 'In particular:

\n' + html = '\n

There are ' + str(len(notes)) + ' packages with notes.

\n' for status in ['unreproducible', 'FTBFS', 'not for us', 'blacklisted', 'reproducible']: pkgs = [x[0] for x in with_notes if x[1] == status] if not pkgs: -- cgit v1.2.3-54-g00ecf