Skip to content

Commit babb692

Browse files
committed
Update output HTML filename in build_packages_page.py to index.html
1 parent 2e5be11 commit babb692

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

web_pages/build_packages_page.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,5 +62,5 @@ def main(csv_file_path, html_file_path):
6262
html_file.write('</body>\n</html>')
6363

6464
if __name__ == '__main__':
65-
main('output.csv', './output/table.html')
65+
main('output.csv', './output/index.html')
6666
shutil.copy('./web_pages/template/style_main.css', './output/style_main.css')

0 commit comments

Comments
 (0)