Commit 9e069e6f authored by Cristiano Urban's avatar Cristiano Urban
Browse files

Added 'fake' results to job results field.

parent 3945c092
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -69,6 +69,8 @@ class StoreExecutor(TaskExecutor):
    def update(self):
        self.dbConn.connect()
        out = open("store_executor_log.txt", "a")
        results = [{"target": ""}]                
        self.dbConn.setResults(self.jobId, results)
        for nodeVOSPath in self.nodeList:
            out.write(f"nodeListElement: {nodeVOSPath}\n")
            self.dbConn.setAsyncTrans(nodeVOSPath, True);