From 7c089ba0ce4a936e29d8b5ee170982937dec20f9 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Thu, 9 Feb 2017 18:47:50 +0100 Subject: reproducible Debian: clarify math used Signed-off-by: Holger Levsen --- bin/reproducible_html_breakages.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bin') diff --git a/bin/reproducible_html_breakages.py b/bin/reproducible_html_breakages.py index 8c04ea94..5d64c4bb 100755 --- a/bin/reproducible_html_breakages.py +++ b/bin/reproducible_html_breakages.py @@ -369,9 +369,9 @@ def gen_html(): html += '

Breakage caused by diffscope

' without_dbd, bad_dbd, sources_without_dbd = unrep_with_dbd_issues() html += str(len(sources_without_dbd)) - html += ' source packages on which diffoscope ran into a timeout (' + html += ' source packages on which diffoscope ran into timeouts (' html += str(count_pkgs(bad_dbd)) + ') or crashed (' - html += str(count_pkgs(without_dbd)) + ').' + html += str(count_pkgs(without_dbd)) + ') or sometimes both.' # gather stats and add graph update_stats_breakages(count_pkgs(bad_dbd), count_pkgs(without_dbd)) png_file = 'stats_breakages.png' -- cgit v1.2.3-70-g09d2