Fix PythonScript syntax error: non-default argument follows default argument

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@31529 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 4b08ffb9
...@@ -104,7 +104,7 @@ return structure\n ...@@ -104,7 +104,7 @@ return structure\n
</item> </item>
<item> <item>
<key> <string>_params</string> </key> <key> <string>_params</string> </key>
<value> <string>listbox_line_list=None, is_report_tree_mode, is_domain_tree_mode</string> </value> <value> <string>listbox_line_list=None, is_report_tree_mode=False, is_domain_tree_mode=False</string> </value>
</item> </item>
<item> <item>
<key> <string>errors</string> </key> <key> <string>errors</string> </key>
...@@ -155,7 +155,8 @@ return structure\n ...@@ -155,7 +155,8 @@ return structure\n
<value> <value>
<tuple> <tuple>
<none/> <none/>
<none/> <int>0</int>
<int>0</int>
</tuple> </tuple>
</value> </value>
</item> </item>
......
225 227
\ 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