Skip to content

Commit

Permalink
fix name of force option
Browse files Browse the repository at this point in the history
  • Loading branch information
marialainez committed Oct 2, 2024
1 parent 26668d4 commit d19e19f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/osa/utils/cliopts.py
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,7 @@ def sequencer_cli_parsing():
options.no_calib = opts.no_calib
options.no_dl2 = opts.no_dl2
options.no_gainsel = opts.no_gainsel
options.force = opts.force
options.force_submit = opts.force_submit

log.debug(f"the options are {opts}")

Expand Down

0 comments on commit d19e19f

Please sign in to comment.