Commit 5c357733 authored by Jan Kiene's avatar Jan Kiene
Browse files

fix typo

parent c7f12545
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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)