Commit 1e5f58a6 authored by Nicolas Dumazet's avatar Nicolas Dumazet

delete one level of indentation for clarity


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@32817 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent e1bfcdec
......@@ -658,7 +658,8 @@ class XMLMatrix(Folder):
# The matrix does not have this base_id
addError("There is no index for base_id %s" % base_id)
to_delete_set.add(object_id)
else:
continue
# Check empty indices.
empty_list = []
base_item = self.index[base_id]
......
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