Commit ca33db07 authored by Cristiano Urban's avatar Cristiano Urban
Browse files

Modified 'update()' method.

parent 949eedb6
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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):