yet another hotfix for the PL importer
authorThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Wed, 18 Jul 2012 15:01:28 +0000 (17:01 +0200)
committerThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Wed, 18 Jul 2012 15:01:28 +0000 (17:01 +0200)
sfa/importer/plimporter.py

index 16733fa..4b5c7c1 100644 (file)
@@ -336,6 +336,7 @@ class PlImporter:
     
             # maintain the list of PIs for a given site
             site_record.reg_pis = site_pis
+            dbsession.commit()
 
             # import slices
             for slice_id in site['slice_ids']: