Commit f68f1a02 authored by Vincent Pelletier's avatar Vincent Pelletier

Update coding style.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27681 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 51cd9933
...@@ -1146,8 +1146,7 @@ class SelectionTool( BaseTool, UniqueObject, SimpleItem ): ...@@ -1146,8 +1146,7 @@ class SelectionTool( BaseTool, UniqueObject, SimpleItem ):
kw[field.get_value('catalog_index')] = field_value kw[field.get_value('catalog_index')] = field_value
self.setSelectionParamsFor(selection_name, self.setSelectionParamsFor(selection_name,
kw.copy()) kw.copy())
self.setSelectionCheckedUidsFor( self.setSelectionCheckedUidsFor(selection_name,
selection_name,
current_uid_list) current_uid_list)
field_value = str(field_value).splitlines() field_value = str(field_value).splitlines()
# Prevent displaying useless empty list or list with only one element # Prevent displaying useless empty list or list with only one element
......
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