We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents bc238a0 + df7fd8f commit d41dfc0Copy full SHA for d41dfc0
batchspawner/batchspawner.py
@@ -504,7 +504,7 @@ class TorqueSpawner(BatchSpawnerRegexStates):
504
#PBS -v {keepvars}
505
#PBS {options}
506
507
-set -euo pipefail
+set -eu
508
509
{prologue}
510
{cmd}
@@ -545,7 +545,7 @@ class PBSSpawner(TorqueSpawner):
545
#PBS -v {{keepvars}}
546
{% if options %}#PBS {{options}}{% endif %}
547
548
549
550
{{prologue}}
551
{{cmd}}
@@ -784,7 +784,7 @@ class LsfSpawner(BatchSpawnerBase):
784
#BSUB -o {homedir}/.jupyterhub.lsf.out
785
#BSUB -e {homedir}/.jupyterhub.lsf.err
786
787
788
789
790
0 commit comments