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.
1 parent d1eeffd commit 82f668cCopy full SHA for 82f668c
batchspawner/batchspawner.py
@@ -659,7 +659,8 @@ class PBSSpawner(TorqueSpawner):
659
660
class UserEnvMixin:
661
"""Mixin class that computes values for USER, SHELL and HOME in the environment passed to
662
- the job submission subprocess in case the batch system needs these for the batch script."""
+ the job submission subprocess in case the batch system needs these for the batch script.
663
+ """
664
665
def user_env(self, env):
666
"""get user environment"""
0 commit comments