Skip to content

Commit b5a0d19

Browse files
committed
fix: killPilotsInQueues needs the VO information
1 parent 8edb622 commit b5a0d19

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/DIRAC/WorkloadManagementSystem/Service/WMSUtilities.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,7 @@ def killPilotsInQueues(pilotRefDict):
121121
return result
122122
ce = result["Value"]
123123

124+
pilotDict["VO"] = vo
124125
result = setPilotCredentials(ce, pilotDict)
125126
if not result["OK"]:
126127
return result

0 commit comments

Comments
 (0)