Skip to content

Commit eb9d9ab

Browse files
committed
fix: removed self.group
1 parent e8816af commit eb9d9ab

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/DIRAC/WorkloadManagementSystem/Agent/SiteDirector.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,6 @@ def __init__(self, *args, **kwargs):
8181

8282
self.gridEnv = ""
8383
self.vo = ""
84-
self.group = ""
8584
self.pilotDN = ""
8685
self.pilotGroup = ""
8786
self.platforms = []
@@ -1046,9 +1045,6 @@ def _getPilotOptions(self, queue, **kwargs):
10461045
if "PipInstallOptions" in queueDict:
10471046
pilotOptions.append(f"--pipInstallOptions={queueDict['PipInstallOptions']}")
10481047

1049-
if self.group:
1050-
pilotOptions.append(f"-G {self.group}")
1051-
10521048
return pilotOptions
10531049

10541050
####################################################################################

0 commit comments

Comments
 (0)