Commit 4f49c647 authored by Ivan Tyagov's avatar Ivan Tyagov

Fix parameter list for script.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@14929 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent f54542fa
......@@ -141,7 +141,7 @@ return \' \'.join(map(str, res))\n
</item>
<item>
<key> <string>_params</string> </key>
<value> <string></string> </value>
<value> <string>brain,selection</string> </value>
</item>
<item>
<key> <string>errors</string> </key>
......@@ -161,12 +161,14 @@ return \' \'.join(map(str, res))\n
<dictionary>
<item>
<key> <string>co_argcount</string> </key>
<value> <int>0</int> </value>
<value> <int>2</int> </value>
</item>
<item>
<key> <string>co_varnames</string> </key>
<value>
<tuple>
<string>brain</string>
<string>selection</string>
<string>tags</string>
<string>trail</string>
<string>maxlines</string>
......
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