Skip to content

Commit

Permalink
fix: debug
Browse files Browse the repository at this point in the history
  • Loading branch information
fstagni committed Jan 23, 2024
1 parent e4d9852 commit 33d883e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/DIRAC/FrameworkSystem/Client/ProxyManagerClient.py
Original file line number Diff line number Diff line change
Expand Up @@ -653,6 +653,7 @@ def getUploadedProxyLifeTime(self, DN):
data = result["Value"]
if len(data["Records"]) == 0:
return S_OK(0)
print(data)
pNames = list(data["ParameterNames"])
dnPos = pNames.index("UserDN")
expiryPos = pNames.index("ExpirationTime")
Expand Down

0 comments on commit 33d883e

Please sign in to comment.