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
</item>
<item>
<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>
<key> <string>errors</string> </key>
......@@ -155,7 +155,8 @@ return structure\n
<value>
<tuple>
<none/>
<none/>
<int>0</int>
<int>0</int>
</tuple>
</value>
</item>
......
225
\ No newline at end of file
227
\ 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