Commit 3123e1a9 authored by Vincent Pelletier's avatar Vincent Pelletier

CMFActivity.ActivityTool: Set exc_type default value.

This property is only conditionally set, which causes distracting error
when something goes wrong. If we really want to check that the expected
code path was followed there has to be a better check and a more debugging-
friendly error than an AttributeError.
parent e80c4f06
......@@ -197,6 +197,7 @@ class Message(BaseMessage):
active_process_uid = None
call_traceback = None
exc_info = None
exc_type = None
is_executed = MESSAGE_NOT_EXECUTED
traceback = None
oid = None
......
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