Loading ci/setup_pages.py +1 −1 Original line number Diff line number Diff line Loading @@ -82,7 +82,7 @@ def html_table_from_csv_file(csv_path, html_path): html_row = TABLE_ROW.format( "".join([TABLE_CELL.format(x for x in csv_row)]) ) print(html_row, ffile=html) print(html_row, file=html) print("</table>", file=html) Loading Loading
ci/setup_pages.py +1 −1 Original line number Diff line number Diff line Loading @@ -82,7 +82,7 @@ def html_table_from_csv_file(csv_path, html_path): html_row = TABLE_ROW.format( "".join([TABLE_CELL.format(x for x in csv_row)]) ) print(html_row, ffile=html) print(html_row, file=html) print("</table>", file=html) Loading