Skip to content

Commit b424b6f

Browse files
aldbrweb-flow
authored andcommitted
sweep: #8011 fix: Adapt AREXCE arc7 delegation new response
1 parent 907c023 commit b424b6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/DIRAC/Resources/Computing/AREXComputingElement.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -304,7 +304,7 @@ def __generateDelegationID(self):
304304
if not delegationURL:
305305
return S_ERROR(f"Cannot extract delegation ID from the response: {response.headers}")
306306

307-
delegationID = delegationURL.split("new/")[-1]
307+
delegationID = delegationURL.split("/")[-1]
308308
certificateSigningRequestData = response.text
309309
return S_OK((delegationID, certificateSigningRequestData))
310310

0 commit comments

Comments
 (0)