Skip to content

Commit 3902bee

Browse files
authored
Merge pull request #265 from t20100/patch-1
Remove `which jupyterhub-singleuser` command from `SlurmSpawner.batch_script`
2 parents 0a503cc + fd60e1a commit 3902bee

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

batchspawner/batchspawner.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -683,7 +683,6 @@ class SlurmSpawner(UserEnvMixin, BatchSpawnerRegexStates):
683683
684684
trap 'echo SIGTERM received' TERM
685685
{{prologue}}
686-
which jupyterhub-singleuser
687686
{% if srun %}{{srun}} {% endif %}{{cmd}}
688687
echo "jupyterhub-singleuser ended gracefully"
689688
{{epilogue}}

0 commit comments

Comments
 (0)