Skip to content

Commit

Permalink
Merge pull request #265 from t20100/patch-1
Browse files Browse the repository at this point in the history
Remove `which jupyterhub-singleuser` command from `SlurmSpawner.batch_script`
  • Loading branch information
consideRatio authored Mar 16, 2024
2 parents 0a503cc + fd60e1a commit 3902bee
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion batchspawner/batchspawner.py
Original file line number Diff line number Diff line change
Expand Up @@ -683,7 +683,6 @@ class SlurmSpawner(UserEnvMixin, BatchSpawnerRegexStates):
trap 'echo SIGTERM received' TERM
{{prologue}}
which jupyterhub-singleuser
{% if srun %}{{srun}} {% endif %}{{cmd}}
echo "jupyterhub-singleuser ended gracefully"
{{epilogue}}
Expand Down

0 comments on commit 3902bee

Please sign in to comment.