Commit 7b41fe40 authored by Jean-Paul Smets's avatar Jean-Paul Smets

add spaces in expression

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@20324 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent fb5d1d98
......@@ -3,11 +3,8 @@
<record id="1" aka="AAAAAAAAAAE=">
<pickle>
<tuple>
<tuple>
<string>Products.PythonScripts.PythonScript</string>
<string>PythonScript</string>
</tuple>
<none/>
<global name="PythonScript" module="Products.PythonScripts.PythonScript"/>
<tuple/>
</tuple>
</pickle>
<pickle>
......@@ -111,7 +108,7 @@ try:\n
except Exception, e:\n
msg = str(e)\n
\n
return req.RESPONSE.redirect(context.absolute_url()+\'?portal_status_message=\'+msg)\n
return req.RESPONSE.redirect(context.absolute_url() + \'?portal_status_message=\'+msg)\n
]]></string> </value>
......@@ -167,6 +164,7 @@ return req.RESPONSE.redirect(context.absolute_url()+\'?portal_status_message=\'+
<string>_getiter_</string>
<string>f</string>
<string>value</string>
<string>_inplacevar_</string>
<string>_write_</string>
<string>append</string>
<string>$append0</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