summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_html_breakages.py
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2017-01-12 13:41:09 +0100
committerHolger Levsen <holger@layer-acht.org>2017-01-12 13:41:09 +0100
commitbca89bed636c0bc5768412aecb9c5a0caf3bd184 (patch)
tree16f34062018f74242c783ad1ba4e2208c185a8dd /bin/reproducible_html_breakages.py
parent1eb68afd35257ed52d1a00987736996e171f64e4 (diff)
downloadjenkins.debian.net-bca89bed636c0bc5768412aecb9c5a0caf3bd184.tar.xz
fixup another typo
Signed-off-by: Holger Levsen <holger@layer-acht.org>
Diffstat (limited to 'bin/reproducible_html_breakages.py')
-rwxr-xr-xbin/reproducible_html_breakages.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/reproducible_html_breakages.py b/bin/reproducible_html_breakages.py
index 4023c98d..4d94b08c 100755
--- a/bin/reproducible_html_breakages.py
+++ b/bin/reproducible_html_breakages.py
@@ -372,7 +372,7 @@ def gen_html():
html += _gen_packages_html('failed to satisfy their build-dependencies:',
pbuilder_dep_fail())
# gather stats and add graph
- update_stats_breakage(count_pkgs(bad_dbd), count_pkgs(without_dbd))
+ update_stats_breakages(count_pkgs(bad_dbd), count_pkgs(without_dbd))
create_breakages_graph
html += '<br> <a href="/debian/stats_breakages.png><img src=/debian/stats_breakages.png" alt="source packages causing Diffoscope to timeout and crash"></a>'