diff options
author | Holger Levsen <holger@layer-acht.org> | 2017-01-11 02:47:49 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2017-01-11 02:47:49 +0100 |
commit | 5f48a6a18d339ae214c3570fcef9af0eb5788399 (patch) | |
tree | c242d929acc7b1e54513a4bc4574b2eacdf0ae0e /bin | |
parent | 1f34148c82ec4cb49c1af8e89a74f011ca59554d (diff) | |
download | jenkins.debian.net-5f48a6a18d339ae214c3570fcef9af0eb5788399.tar.xz |
fixup typos
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/reproducible_html_breakages.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/reproducible_html_breakages.py b/bin/reproducible_html_breakages.py index 4da0ba33..629d12b7 100755 --- a/bin/reproducible_html_breakages.py +++ b/bin/reproducible_html_breakages.py @@ -312,8 +312,8 @@ def gen_html(): # TODO: graph this html += str(len(sources_without_dbd)) html += ' source packages on which diffoscope ran into a timeout (' - html += str(len(without_dbd) + ') or crashed (' - html += str(len(bad_dbd) + ').' + html += str(len(without_dbd)) + ') or crashed (' + html += str(len(bad_dbd)) + ').' html += '<br/> <a href="https://tests.reproducible-builds.org/debian/artifacts/">Artifacts diffoscope crashed</a> on are available for 48h for download.' # pbuilder-satisfydepends failed html += _gen_packages_html('failed to satisfy their build-dependencies:', |