diff options
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/reproducible_html_indexes.py | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/bin/reproducible_html_indexes.py b/bin/reproducible_html_indexes.py index 0611a067..9847781a 100755 --- a/bin/reproducible_html_indexes.py +++ b/bin/reproducible_html_indexes.py @@ -311,7 +311,9 @@ def build_page(page): log.info('"' + title + '" now available at ' + desturl) +bugs = get_bugs() + + if __name__ == '__main__': - bugs = get_bugs() for page in pages.keys(): build_page(page) |