server/migractions.py
changeset 9080 f0c00b07799a
parent 8807 d9aaad2c52e9
child 9402 2c48c091b6a2
--- a/server/migractions.py	Thu Jun 27 11:19:28 2013 +0200
+++ b/server/migractions.py	Thu Jun 27 11:19:32 2013 +0200
@@ -102,7 +102,7 @@
         # no config on shell to a remote instance
         if config is not None and (cnx or connect):
             repo = self.repo
-            self.session.data['rebuild-infered'] = False
+            self.session.set_shared_data('rebuild-infered', False)
             # register a hook to clear our group_mapping cache and the
             # self._synchronized set when some group is added or updated
             ClearGroupMap.mih = self
@@ -292,7 +292,7 @@
                     print 'aborting...'
                     sys.exit(0)
             self.session.keep_cnxset_mode('transaction')
-            self.session.data['rebuild-infered'] = False
+            self.session.set_shared_data('rebuild-infered', False)
             return self._cnx
 
     @property