Commit 6bc3486c authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki

code cleanup

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@12679 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent ebb94845
......@@ -69,9 +69,9 @@
<item>
<key> <string>_body</string> </key>
<value> <string>portal_tests = container.portal_tests\n
results = [portal_tests.absolute_url() + "/" + e for e in portal_tests.objectIds() if e.startswith("result_")]\n
results = [portal_tests.absolute_url() + \'/\' + e for e in portal_tests.objectIds(\'Zuite Results\')]\n
results.reverse()\n
return "\\n".join(results) + "\\n"\n
return \'\\n\'.join(results) + \'\\n\'\n
</string> </value>
</item>
<item>
......
168
\ No newline at end of file
169
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