Skip to content

Commit b047d41

Browse files
committed
Update req_srun help string
- Thanks @willingc
1 parent 4747946 commit b047d41

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

batchspawner/batchspawner.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -561,8 +561,9 @@ class SlurmSpawner(UserEnvMixin,BatchSpawnerRegexStates):
561561
).tag(config=True)
562562

563563
req_srun = Unicode('srun',
564-
help="Job step wrapper, default 'srun'. Set to '' you do not want "
565-
"to run in job step (affects environment handling)"
564+
help="Set req_srun='' to disable running in job step, and note that "
565+
"this affects environment handling. This is effectively a "
566+
"prefix for the singleuser command."
566567
).tag(config=True)
567568

568569
req_reservation = Unicode('', \

0 commit comments

Comments
 (0)