Skip to content

Commit 5aa70cf

Browse files
authored
Merge pull request #8125 from aldbr/main_FIX_pilot-manager-kill-pilots-token2
fix: killPilotsInQueues needs the VO information
2 parents 8c4d419 + b5a0d19 commit 5aa70cf

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)