Skip to content

Commit 5346fd3

Browse files
committed
fix: Typo in AREX error meesage
1 parent da7675f commit 5346fd3

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)