Commit 53563c0a authored by Julien Muchembled's avatar Julien Muchembled

typo

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@34407 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 76e7557c
......@@ -323,7 +323,7 @@ class Message(BaseMessage):
call_traceback = 'Created at:\n%s' % self.call_traceback
fail_count = self.line.retry + 1
if m.getExecutionState() == MESSAGE_NOT_EXECUTABLE:
if self.getExecutionState() == MESSAGE_NOT_EXECUTABLE:
message = "Not executable activity"
elif retry:
message = "Pending activity already failed %s times" % fail_count
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment