Skip to content

Commit 2893a63

Browse files
committed
fix: replace DIRACJOBID with JOBID
1 parent 0efa45e commit 2893a63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/DIRAC/WorkloadManagementSystem/JobWrapper/JobWrapper.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -349,7 +349,7 @@ def __prepareCommand(self):
349349

350350
def __prepareEnvironment(self):
351351
"""Prepare the environment to be used by the payload."""
352-
os.environ["DIRACJOBID"] = str(self.jobID)
352+
os.environ["JOBID"] = str(self.jobID)
353353

354354
diracSite = DIRAC.siteName()
355355
os.environ["DIRACSITE"] = diracSite

0 commit comments

Comments
 (0)