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.
1 parent 3a510bc commit 267a436Copy full SHA for 267a436
src/DIRAC/FrameworkSystem/Agent/ProxyRenewalAgent.py
@@ -82,4 +82,5 @@ def execute(self):
82
userDN = record[0]
83
userGroup = record[1]
84
futures.append(executor.submit(self.__renewProxyForCredentials, userDN, userGroup))
85
- return S_OK()
+
86
+ return S_OK()
0 commit comments