diff options
author | Mattia Rizzolo <mattia@mapreri.org> | 2015-10-09 16:18:08 +0000 |
---|---|---|
committer | Mattia Rizzolo <mattia@mapreri.org> | 2015-10-09 16:18:08 +0000 |
commit | 002db0e413981f9c0ee045fe6aadbac59b57ea97 (patch) | |
tree | 885d3f654243fe7a1374478c931d37209e362d48 | |
parent | 04151bb233cda30df7fe29c0acf0b0e440cbc728 (diff) | |
download | jenkins.debian.net-002db0e413981f9c0ee045fe6aadbac59b57ea97.tar.xz |
reproducible: html_packages: do not return before writing out the final .html
-rwxr-xr-x | bin/reproducible_html_packages.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/bin/reproducible_html_packages.py b/bin/reproducible_html_packages.py index a30be8fc..9d341e76 100755 --- a/bin/reproducible_html_packages.py +++ b/bin/reproducible_html_packages.py @@ -215,7 +215,6 @@ def gen_history_page(package): head = package.history[0] except IndexError: html = '<p>No historical data available for this package.</p>' - return else: html = '<table>\n{tab}<tr>\n{tab}{tab}'.format(tab=tab) for i in keys: |