Skip to content

Commit

Permalink
could it be as simple as an indentation error
Browse files Browse the repository at this point in the history
  • Loading branch information
mdingemanse authored Apr 19, 2024
1 parent db4b393 commit 9aaea77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/consolidate_csv.py
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ def create_index(table):

def create_figure(figure):
# read and parse the template file
with open("./docs/template_figure.html", "r") as f:
with open("./docs/template.html", "r") as f:
html = f.read()
soup = BeautifulSoup(html, "html.parser")
# find the target location
Expand Down

0 comments on commit 9aaea77

Please sign in to comment.