yet another hotfix for the PL importer
[sfa.git] / 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']: