Skip to content

Commit 35b7afd

Browse files
authored
Merge pull request #116 from rkdarst/srun_doc
Update req_srun help string
2 parents 383e8a3 + b047d41 commit 35b7afd

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
@@ -591,8 +591,9 @@ class SlurmSpawner(UserEnvMixin,BatchSpawnerRegexStates):
591591
).tag(config=True)
592592

593593
req_srun = Unicode('srun',
594-
help="Job step wrapper, default 'srun'. Set to '' you do not want "
595-
"to run in job step (affects environment handling)"
594+
help="Set req_srun='' to disable running in job step, and note that "
595+
"this affects environment handling. This is effectively a "
596+
"prefix for the singleuser command."
596597
).tag(config=True)
597598

598599
req_reservation = Unicode('', \

0 commit comments

Comments
 (0)