File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
src/DIRAC/WorkloadManagementSystem/Agent Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -187,7 +187,7 @@ def execute(self):
187
187
# Check matcher information returned
188
188
matcherParams = ["JDL" , "DN" , "Group" ]
189
189
matcherInfo = jobRequest ["Value" ]
190
- jobID = matcherInfo ["JobID" ]
190
+ jobID = str ( matcherInfo ["JobID" ])
191
191
self .jobs [jobID ] = {}
192
192
self .jobs [jobID ]["JobReport" ] = JobReport (jobID , f"{ self .__class__ .__name__ } @{ self .siteName } " )
193
193
result = self ._checkMatcherInfo (jobID , matcherInfo , matcherParams )
@@ -222,7 +222,6 @@ def execute(self):
222
222
self .failedQueues [queueName ] += 1
223
223
break
224
224
submissionParams = result ["Value" ]
225
- jobID = submissionParams ["jobID" ]
226
225
jobType = submissionParams ["jobType" ]
227
226
228
227
self .log .verbose ("Job request successful: \n " , jobRequest ["Value" ])
You can’t perform that action at this time.
0 commit comments