summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_html_notes.py
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-03-11 18:32:54 +0100
committerHolger Levsen <holger@layer-acht.org>2015-03-11 18:32:54 +0100
commit823267afdd4fef39e074967559215655fb19eb3a (patch)
treeacf888d2cf60554d4ea9d8e291ed4b95be15c226 /bin/reproducible_html_notes.py
parent3c3a8bfd86850f76ff8b87d749095da5fafb6591 (diff)
downloadjenkins.debian.net-823267afdd4fef39e074967559215655fb19eb3a.tar.xz
reproducible: shorten language
Diffstat (limited to 'bin/reproducible_html_notes.py')
-rwxr-xr-xbin/reproducible_html_notes.py3
1 files changed, 1 insertions, 2 deletions
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<p>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.<br />\n'
- html += 'In particular:</p>\n'
+ + 'with failures that still need to be investigated.</p>\n'
for suite in SUITES:
for arch in ARCHES:
pkgs = [x for x in without_notes if x[1] == suite and x[2] == arch]