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 228107e commit b9f71abCopy full SHA for b9f71ab
batchspawner/batchspawner.py
@@ -499,11 +499,12 @@ def user_env(self, env):
499
return env
500
501
def get_env(self):
502
- """Add user environment variables.
+ """Get user environment variables to be passed to the user's job
503
504
- Everything here should be passed to the user's job. If it is
505
- used to authenticate to the batch system commands as an admin,
506
- beware that the user will get them too.
+ Everything here should be passed to the user's job as
+ environment. Caution: If these variables are used for
+ authentication to the batch system commands as an admin, be
507
+ aware that the user will receive access to these as well.
508
"""
509
env = super().get_env()
510
env = self.user_env(env)
0 commit comments