Commit d3d4df63 authored by Levin Zimmermann's avatar Levin Zimmermann Committed by levinericzimmermann

erp5_run_my_doc: Add **kw and remove unused arguments

Adding **kw prevents "Unexpected keyword argument 'select_favorite'".
The removed arguments url, user and password aren't used by the Script and can therefore be removed.
parent 13b0f6f5
......@@ -50,7 +50,7 @@
</item>
<item>
<key> <string>_params</string> </key>
<value> <string>zuite_id=\'tutorial_zuite\', url=None, user="", password=""</string> </value>
<value> <string>zuite_id=\'tutorial_zuite\', **kw</string> </value>
</item>
<item>
<key> <string>id</string> </key>
......
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