Skip to content

Commit 018789b

Browse files
committed
fix (resources): fix account parameter in SSHBatchCE
1 parent d936a26 commit 018789b

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)