Commit a9acd32c authored by Jérome Perrin's avatar Jérome Perrin

return something because 204 No content is an urllib error

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@20762 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 4586480e
......@@ -70,6 +70,8 @@ if portal.hasProperty(\'erp5_ui_test_base_url\'):\n
portal.manage_changeProperties(erp5_ui_test_base_url=base_url)\n
else:\n
portal.manage_addProperty(\'erp5_ui_test_base_url\', base_url, type=\'string\')\n
\n
return \'Ok\'\n
</string> </value>
</item>
<item>
......
338
\ No newline at end of file
339
\ 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