Commit 1911d90e authored by Łukasz Nowak's avatar Łukasz Nowak

- coding style


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@36981 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 5d383247
......@@ -129,7 +129,7 @@ class IndexableObjectWrapper(object):
# support special case - reindex person for first time, when
# it is not returned yet by getUserById, as it is not available
# yet in catalog
or (self.getPortalType()=='Person' and
or (self.getPortalType() == 'Person' and
self.getReference() == user)):
# If role is monovalued, check if key is a user.
# If not, continue to index it in roles_and_users table.
......
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