lab.nexedi.com will be down from Thursday, 20 March 2025, 07:30:00 UTC for a duration of approximately 2 hours

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
new results, then this process will be added to the list
of processes
"""
activate_kw = kw.get('activate_kw', {})
activate_kw = kw.pop('activate_kw', {})
activate_kw.setdefault('tag', self.__getTag(False))
portal_activities = getToolByName(self,'portal_activities')
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