From bca89bed636c0bc5768412aecb9c5a0caf3bd184 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Thu, 12 Jan 2017 13:41:09 +0100 Subject: fixup another typo Signed-off-by: Holger Levsen --- bin/reproducible_html_breakages.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin/reproducible_html_breakages.py') 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 += '
' -- cgit v1.2.3-54-g00ecf