From b179bf2a746856c91fb2e744daa4fbbf85986706 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Sun, 4 Oct 2015 00:41:04 +0200 Subject: reproducible: fixup status icons in navigation --- bin/reproducible_html_packages.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'bin/reproducible_html_packages.py') diff --git a/bin/reproducible_html_packages.py b/bin/reproducible_html_packages.py index b02d9f1b..a693227b 100755 --- a/bin/reproducible_html_packages.py +++ b/bin/reproducible_html_packages.py @@ -199,8 +199,7 @@ def gen_suites_links(package, current_suite, current_arch): prefix = '' suffix = '\n' icon = prefix + '{status}' + suffix - status, icon = join_status_icon(status, package, version) - html += icon.format(icon=icon, status=status) + html += icon.format(icon=join_status_icon(status)[1], status=status) html += (tab*2 + ' {} in {}\n').format(RB_PKG_URI, s, a, package.name, status, version, build_date, version, s, a, s) @@ -239,7 +238,7 @@ def gen_packages_html(packages, no_clean=False): links, default_view = gen_extra_links( pkg, version, suite, arch, status) suites_links = gen_suites_links(package, suite, arch) - status, icon = join_status_icon(status, package, version) + status, icon = join_status_icon(status, pkg, version) status = gen_status_link_icon(status, icon, suite, arch) html = html_package_page.substitute( -- cgit v1.2.3-54-g00ecf