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 4f19407 commit a9b6f5b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/osa/scripts/gainsel_webmaker.py
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,8 @@ def main():
It creates an HTML file osa_gainsel_status_YYYYMMDD.html
"""
args = ArgumentParser(
description="Script to make an xhtml from LSTOSA sequencer output", parents=[common_parser]
description="Script to create an HTML file for gain selection status (osa_gainsel_status_YYYYMMDD.html)",
parents=[common_parser]
).parse_args()

if args.date:
Expand Down

0 comments on commit a9b6f5b

Please sign in to comment.