Skip to content

Commit

Permalink
Update src/osa/scripts/gainsel_webmaker.py
Browse files Browse the repository at this point in the history
Co-authored-by: Daniel Morcuende <[email protected]>
  • Loading branch information
rcervinoucm and morcuended authored Jul 8, 2024
1 parent a9b6f5b commit 025156b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/osa/scripts/gainsel_webmaker.py
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ def main():

directory.mkdir(parents=True, exist_ok=True)

html_file =open( directory / f"osa_gainsel_status_{date}.html", "w")
html_file =open( directory / f"osa_gainsel_status_{flat_date}.html", "w")
html_file.write(html_content(html_table, date, "OSA Gain Selection"))
html_file.close()

Expand Down

0 comments on commit 025156b

Please sign in to comment.