Commit 553e211d authored by Yoshinori Okuji's avatar Yoshinori Okuji

Fix a stupid syntax error. Sorry.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@3018 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent dba1da0e
......@@ -115,8 +115,8 @@ class Message:
self.is_executed = 1
except:
self.is_executed = 0
LOG('WARNING ActivityTool', 0,
'Could not call method %s on object %s' % (self.method_id, self.object_path), error=sys.exc_info())
LOG('WARNING ActivityTool', 0,
'Could not call method %s on object %s' % (self.method_id, self.object_path), error=sys.exc_info())
def validate(self, activity, activity_tool):
return activity.validate(activity_tool, self, **self.activity_kw)
......
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