Skip to content

Commit

Permalink
fix: use VO is userGroup is not available
Browse files Browse the repository at this point in the history
  • Loading branch information
fstagni committed Oct 12, 2023
1 parent 45b18b1 commit b2f37ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Pilot/pilotCommands.py
Original file line number Diff line number Diff line change
Expand Up @@ -724,7 +724,7 @@ def execute(self):
if self.pp.useServerCertificate:
pilotOwnerGroup = "certificate_group"
else:
pilotOwnerGroup = self.pp.userGroup
pilotOwnerGroup = self.pp.userGroup or self.pp.wnVO

if self.pp.localConfigFile:
self.cfg.extend(["--cfg", self.pp.localConfigFile]) # this file is as input
Expand Down

0 comments on commit b2f37ec

Please sign in to comment.