Skip to content

Commit

Permalink
Update e3sm_diags/viewer/main.py
Browse files Browse the repository at this point in the history
  • Loading branch information
tomvothecoder authored Jan 29, 2025
1 parent 83f1291 commit b327067
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions e3sm_diags/viewer/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,6 @@ def insert_data_in_row(row_obj, name, url):
row_obj.append(td)

path = os.path.join(e3sm_diags.INSTALL_PATH, "viewer", "index_template.html")
# TODO: root_dir is the results_dir with "viewer" appended to it. We
# want the index.html to work in the results_dir too.
output = os.path.join(root_dir, "index.html")

soup = BeautifulSoup(open(path), "lxml")
Expand Down

0 comments on commit b327067

Please sign in to comment.