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

Added missing 'results' for the job.

parent 9024f289
Loading
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -66,6 +66,8 @@ class GroupRwExecutor(TaskExecutor):
        elif self.requestType == "GRPW_DEL":
            self.dbConn.updateGroupWrite([], self.groupName, self.vospacePath)
        
        results = [{"target": ""}]
        self.dbConn.setResults(self.jobId, results)
        self.jobObj.setPhase("COMPLETED")
        self.dbConn.setPhase(self.jobId, "COMPLETED")
        self.dbConn.setEndTime(self.jobId)