Skip to content

Commit c0e5f42

Browse files
authored
Merge pull request #7255 from DIRACGridBot/cherry-pick-2-60b50ec7c-integration
[sweep:integration] fix: arex delegation
2 parents 5b7f542 + e5874da commit c0e5f42

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
@@ -321,7 +321,7 @@ def _getProxyFromDelegationID(self, delegationID):
321321
result = self._request("post", query, params=params)
322322
if not result["OK"]:
323323
self.log.error("Issue while interacting with delegation ", f"{delegationID}: {result['Message']}")
324-
return S_ERROR("Issue while interacting with the delegations")
324+
return S_ERROR(f"Issue while interacting with delegation {delegationID}: {result['Message']}")
325325
response = result["Value"]
326326

327327
proxyContent = response.text

0 commit comments

Comments
 (0)