Commit 2625f93b authored by Tino Wildenhain's avatar Tino Wildenhain

Fixed silly indentation error from copy&paste

parent cfe41292
...@@ -88,7 +88,7 @@ class UnIndex(SimpleItem): ...@@ -88,7 +88,7 @@ class UnIndex(SimpleItem):
else: else:
self.indexed_attrs = list(ia) self.indexed_attrs = list(ia)
self.indexed_attrs = [ attr.strip() for attr in self.indexed_attrs if attr ] or [self.id] self.indexed_attrs = [ attr.strip() for attr in self.indexed_attrs if attr ] or [self.id]
except: except:
self.indexed_attrs = [ self.id ] self.indexed_attrs = [ self.id ]
self._length = BTrees.Length.Length() self._length = BTrees.Length.Length()
......
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