From 823267afdd4fef39e074967559215655fb19eb3a Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Wed, 11 Mar 2015 18:32:54 +0100 Subject: reproducible: shorten language --- 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 d839a2b2..06c24ec7 100755 --- a/bin/reproducible_html_notes.py +++ b/bin/reproducible_html_notes.py @@ -421,8 +421,7 @@ def index_no_notes(notes, bugs): without_notes = [x for x in all_pkgs if x[0] not in notes] html = '\n

There are ' + str(len(without_notes)) + ' unreproducible ' \ + 'packages without notes, in all suites. These are the packages ' \ - + 'with failures that still need to be investigated.
\n' - html += 'In particular:

\n' + + 'with failures that still need to be investigated.

\n' for suite in SUITES: for arch in ARCHES: pkgs = [x for x in without_notes if x[1] == suite and x[2] == arch] -- cgit v1.2.3-54-g00ecf