diff options
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/reproducible_html_packages.py | 2 |
1 files changed, 1 insertions, 1 deletions
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) + '</a> ' print(package + html) - return html + return html def process_packages(packages, no_clean=False): |