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