Commit fe610fe5 authored by Yoshinori Okuji's avatar Yoshinori Okuji

Please do not remove an error message. Without this, it is very difficult to...

Please do not remove an error message. Without this, it is very difficult to figure out that something wrong is happening.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@3016 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent c15425ff
......@@ -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