Skip to content

Commit e6511cf

Browse files
committed
modify docs, fix typo
1 parent b5ae1b1 commit e6511cf

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

babs/cli.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

docs/babs-submit.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff 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
********

0 commit comments

Comments
 (0)