Skip to content

Commit 46142b7

Browse files
authored
Merge pull request #8163 from DIRACGridBot/cherry-pick-2-8ffead16f-integration
[sweep:integration] Works-for-gridpp-doesn't-work-for-LHCb
2 parents 748fd36 + a344b4c commit 46142b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/DIRAC/Resources/Computing/SingularityComputingElement.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -411,7 +411,7 @@ def submitJob(self, executableFile, proxy=None, **kwargs):
411411
self.log.debug(f"Execute singularity command: {cmd}")
412412
self.log.debug(f"Execute singularity env: {self.__getEnv()}")
413413
result = CG2Manager().systemCall(
414-
0, cmd, callbackFunction=self.sendOutput, env=self.__getEnv(), ceParameteres=self.ceParameters
414+
0, cmd, callbackFunction=self.sendOutput, env=self.__getEnv(), ceParameters=self.ceParameters
415415
)
416416

417417
self.__runningJobs -= 1

0 commit comments

Comments
 (0)