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

minor style change


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@12558 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent f8d073aa
...@@ -1880,7 +1880,7 @@ class Catalog( Folder, ...@@ -1880,7 +1880,7 @@ class Catalog( Folder,
try: try:
new_sort_index = [] new_sort_index = []
for (original_key , so, as_type) in sort_index: for (original_key, so, as_type) in sort_index:
key = getNewKeyAndUpdateVariables(original_key) key = getNewKeyAndUpdateVariables(original_key)
if key is not None: if key is not None:
if as_type == 'int': if as_type == 'int':
......
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