From fd60e1a82674ae481084c8719608783d07d8b93e Mon Sep 17 00:00:00 2001 From: Thomas VINCENT Date: Tue, 28 Feb 2023 10:45:26 +0100 Subject: [PATCH] Remove which command from SlurmSpawner.batch_script --- batchspawner/batchspawner.py | 1 - 1 file changed, 1 deletion(-) 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}}