Skip to content

Commit 387649e

Browse files
authored
Merge pull request #6840 from sfayer/arex_renew_again
[v7r3] fix: Typo in AREX error meesage
2 parents da7675f + 5346fd3 commit 387649e

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
@@ -572,7 +572,7 @@ def _renewJobs(self, arcJobList):
572572
else:
573573
self.log.debug(
574574
"Proxy not renewed, failed to send renewed proxy",
575-
"for job %s with delegation %s: %s" % (arcJob, delegationID, res["Message"]),
575+
"for job %s with delegation %s: %s" % (arcJob, delegationID, result["Message"]),
576576
)
577577
else:
578578
self.log.debug(

0 commit comments

Comments
 (0)