Skip to content

Commit

Permalink
fix: removed self.group
Browse files Browse the repository at this point in the history
  • Loading branch information
fstagni committed Nov 7, 2023
1 parent e8816af commit eb9d9ab
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/DIRAC/WorkloadManagementSystem/Agent/SiteDirector.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,6 @@ def __init__(self, *args, **kwargs):

self.gridEnv = ""
self.vo = ""
self.group = ""
self.pilotDN = ""
self.pilotGroup = ""
self.platforms = []
Expand Down Expand Up @@ -1046,9 +1045,6 @@ def _getPilotOptions(self, queue, **kwargs):
if "PipInstallOptions" in queueDict:
pilotOptions.append(f"--pipInstallOptions={queueDict['PipInstallOptions']}")

if self.group:
pilotOptions.append(f"-G {self.group}")

return pilotOptions

####################################################################################
Expand Down

0 comments on commit eb9d9ab

Please sign in to comment.