[dataimport] fix pylint detected error in SQLGenObjectStore
authorSylvain Thénault <sylvain.thenault@logilab.fr>
Thu, 05 Feb 2015 19:36:49 +0100
changeset 10198 534efa7bfaeb
parent 10195 89a9c5c8f7f4
child 10199 218c28bff695
child 10219 eacb8ea38bf5
[dataimport] fix pylint detected error in SQLGenObjectStore
dataimport.py
--- a/dataimport.py	Fri Feb 06 14:46:38 2015 +0100
+++ b/dataimport.py	Thu Feb 05 19:36:49 2015 +0100
@@ -1155,6 +1155,4 @@
                                          (entity.eid, source.eid))
         # now we can update the full text index
         if self.do_fti and self.need_fti_indexation(entity.cw_etype):
-            if complete:
-                entity.complete(entity.e_schema.indexable_attributes())
             self.index_entity(cnx, entity=entity)