Fixed bug in GetPeers.
[sfa.git] / sfa / senslab / slabpostgres.py
index 513c858..38340bb 100644 (file)
@@ -172,6 +172,7 @@ class SlabDB:
         return
     
     #Updates the job_id and the nodes list 
+    #The nodes list is never erased.
     def update_job(self, hrn, job_id= None, nodes = None ):
         slice_rec = slab_dbsession.query(SliceSenslab).filter_by(slice_hrn = hrn).first()
         print>>sys.stderr, " \r\n \r\n \t SLABPOSTGRES  update_job slice_rec %s"%(slice_rec)