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