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 authored and morcuended committed Oct 24, 2024
1 parent 424c073 commit d32dbba
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 d32dbba

Please sign in to comment.