diff --git a/batchspawner/batchspawner.py b/batchspawner/batchspawner.py index 41ef6b6..7c2836c 100644 --- a/batchspawner/batchspawner.py +++ b/batchspawner/batchspawner.py @@ -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}}