Skip to content

Commit 6032186

Browse files
authored
Merge pull request #6813 from aldbr/rel-v7r3_FIX_SSHBatchCEReset
[v7r3] Hackathon fix: missing account parameter in SSHBatchCE
2 parents d936a26 + 018789b commit 6032186

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/DIRAC/Resources/Computing/SSHBatchComputingElement.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ def _reset(self):
4545

4646
self.submitOptions = self.ceParameters.get("SubmitOptions", "")
4747
self.preamble = self.ceParameters.get("Preamble", "")
48+
self.account = self.ceParameters.get("Account", "")
4849

4950
# Prepare all the hosts
5051
for hPar in self.ceParameters["SSHHost"].strip().split(","):

0 commit comments

Comments
 (0)