Loading transfer_service/store_executor.py +2 −2 Original line number Diff line number Diff line Loading @@ -80,8 +80,8 @@ class StoreExecutor(TaskExecutor): def update(self): self.dbConn.connect() for node in self.nodeList: self.dbConn.setAsyncTrans(node, True); for nodeVOSPath in self.nodeList: self.dbConn.setAsyncTrans(nodeVOSPath, True); self.dbConn.disconnect() def run(self): Loading Loading
transfer_service/store_executor.py +2 −2 Original line number Diff line number Diff line Loading @@ -80,8 +80,8 @@ class StoreExecutor(TaskExecutor): def update(self): self.dbConn.connect() for node in self.nodeList: self.dbConn.setAsyncTrans(node, True); for nodeVOSPath in self.nodeList: self.dbConn.setAsyncTrans(nodeVOSPath, True); self.dbConn.disconnect() def run(self): Loading