Skip to content

Commit a344b4c

Browse files
chrisburrweb-flow
authored andcommitted
sweep: #8161 Works-for-gridpp-doesn't-work-for-LHCb
1 parent 748fd36 commit a344b4c

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)