Skip to content

Commit

Permalink
Merge branch 'refs/heads/queue_deps_handling' into dashboard_status
Browse files Browse the repository at this point in the history
  • Loading branch information
akremin committed Aug 30, 2024
2 parents d411fa1 + e8226ce commit c881028
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/desi_resubmit_queue_failures
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ def parse_args(): # options=None):
if args.no_resub_failed:
log = get_logger()
msg = f"Provided user-defined resubmision states {args.resub_states} but " \
+ f"also requested args.no_resub_failed. Please choose one or the other."
+ f"also requested --no-resub-failed. Please choose one or the other."
log.critical(msg)
raise ValueError(msg)
## Clean up the input string into a list of strings
Expand Down

0 comments on commit c881028

Please sign in to comment.