Commit cf15c227 authored by Łukasz Nowak's avatar Łukasz Nowak

params can be None so for simplicity set it to {}

parent 2207206e
......@@ -53,6 +53,8 @@
<value> <string encoding="cdata"><![CDATA[
kw = {}\n
if params is None:\n
params = {}\n
\n
last_active_process = context.getLastActiveProcess()\n
\n
......
106
\ No newline at end of file
107
\ No newline at end of file
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