We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 650f5c0 + 8d925da commit d9dd4c7Copy full SHA for d9dd4c7
src/DIRAC/FrameworkSystem/scripts/dirac_login.py
@@ -278,7 +278,7 @@ def loginWithCertificate(self):
278
print(HTML(f"<yellow>No VOMS attribute foud for {self.group}</yellow>"))
279
else:
280
vo = getVOMSVOForGroup(self.group)
281
- if not (result := VOMS().setVOMSAttributes(chain, attribute=vomsAttr, vo=vo))["OK"]:
+ if not (result := VOMS().setVOMSAttributes(self.outputFile, attribute=vomsAttr, vo=vo))["OK"]:
282
return S_ERROR(f"Failed adding VOMS attribute: {result['Message']}")
283
chain = result["Value"]
284
result = chain.generateProxyToFile(*parameters)
0 commit comments