File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed
Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -356,7 +356,7 @@ def _parse_submit():
356356 action = 'store_true' ,
357357 help = (
358358 'Allow submission when there are running/pending jobs by skipping '
359- 'those jobs instead of raising errrors .'
359+ 'those jobs instead of raising errors .'
360360 ),
361361 )
362362
Original file line number Diff line number Diff line change @@ -76,6 +76,10 @@ You may also pass multiple values per flag:
7676 .. note ::
7777 If there are jobs currently running, ``babs submit `` will refuse to submit new jobs
7878 until the running jobs finish or are cancelled. Use ``babs status `` to check progress.
79+
80+ To resubmit only failed jobs while others are still running or pending,
81+ use ``babs submit --skip-running-jobs ``; it will skip running/pending
82+ jobs and list the skipped job IDs.
7983
8084
8185********
You can’t perform that action at this time.
0 commit comments