diff options
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/reproducible_html_indexes.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/bin/reproducible_html_indexes.py b/bin/reproducible_html_indexes.py index db8baba5..a3d162da 100755 --- a/bin/reproducible_html_indexes.py +++ b/bin/reproducible_html_indexes.py @@ -155,6 +155,8 @@ def build_page_section(section): print_critical_message('A query failed: ' + queries[section['query']]) raise html = '' + if not rows: # there are no package in this set + return html # do not output anything on the page. html += build_leading_text_section(section, rows) html += '<p>\n' + tab + '<code>\n' for pkg in rows: |