dataimport/pgstore.py
changeset 10983 da8168612e61
parent 10982 20bf21bb16e4
child 10985 50ed87bc4cc6
--- a/dataimport/pgstore.py	Tue Dec 01 13:38:21 2015 +0100
+++ b/dataimport/pgstore.py	Tue Dec 01 13:39:17 2015 +0100
@@ -412,7 +412,7 @@
             _sql[statement] = [data]
 
     def add_entity(self, cnx, entity):
-        with self._storage_handler(entity, 'added'):
+        with self._storage_handler(cnx, entity, 'added'):
             attrs = self.preprocess_entity(entity)
             rtypes = self._inlined_rtypes_cache.get(entity.cw_etype, ())
             if isinstance(rtypes, str):