Skip to content

Commit 82f668c

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent d1eeffd commit 82f668c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

batchspawner/batchspawner.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -659,7 +659,8 @@ class PBSSpawner(TorqueSpawner):
659659

660660
class UserEnvMixin:
661661
"""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."""
662+
the job submission subprocess in case the batch system needs these for the batch script.
663+
"""
663664

664665
def user_env(self, env):
665666
"""get user environment"""

0 commit comments

Comments
 (0)