Commit 10a678e1 authored by Vincent Pelletier's avatar Vincent Pelletier

CMFActivity.ActivityTool: Restrict exc_info local variable's lifetime.

parent 73e6d592
......@@ -1618,6 +1618,7 @@ class ActivityTool (BaseTool):
m.setExecutionState(MESSAGE_EXECUTED, context=self)
continue
m.setExecutionState(MESSAGE_NOT_EXECUTED, exc_info, context=self)
exc_info = None
if self.activity_tracking:
activity_tracking_logger.info('invoked group messages')
......
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