From 08cdad9ab4dff611e592935e3b9804c855f620ce Mon Sep 17 00:00:00 2001 From: Mattia Rizzolo Date: Thu, 15 Jan 2015 17:54:56 +0100 Subject: reproducible: return an empty string, not Null in gen_bugs_links() --- bin/reproducible_html_packages.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/reproducible_html_packages.py b/bin/reproducible_html_packages.py index 424d6507..41004544 100755 --- a/bin/reproducible_html_packages.py +++ b/bin/reproducible_html_packages.py @@ -126,7 +126,7 @@ def gen_bugs_links(package, bugs): html += ' bug-patch' html += '">#' + str(bug) + ' ' print(package + html) - return html + return html def process_packages(packages, no_clean=False): -- cgit v1.2.3-70-g09d2