Commit ec07d86c authored by Aurel's avatar Aurel

remove activate_kw from dict as it explicit defined in later call

parent 57c8c618
...@@ -364,7 +364,7 @@ Alarm Tool Node: %s ...@@ -364,7 +364,7 @@ Alarm Tool Node: %s
new results, then this process will be added to the list new results, then this process will be added to the list
of processes of processes
""" """
activate_kw = kw.get('activate_kw', {}) activate_kw = kw.pop('activate_kw', {})
activate_kw.setdefault('tag', self.__getTag(False)) activate_kw.setdefault('tag', self.__getTag(False))
portal_activities = getToolByName(self,'portal_activities') portal_activities = getToolByName(self,'portal_activities')
active_process = portal_activities.newActiveProcess(start_date=DateTime(), active_process = portal_activities.newActiveProcess(start_date=DateTime(),
......
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