Commit 5854669d authored by Alexandre Boeglin's avatar Alexandre Boeglin

Wrong indentation.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@3358 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent b6dfd3a0
......@@ -674,8 +674,8 @@ class SimulationTool (BaseTool):
for property_name in ('portal_type', 'variation_text', 'simulation_state'):
property_list = self._generatePropertyUidList(kw.get(property_name), as_text=1)
if len(property_list) :
new_kw['%s_list' % property_name] = property_list
if len(property_list) :
new_kw['%s_list' % property_name] = property_list
return self.Resource_zGetTrackingList(src__=src__, **new_kw)
......
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