Loading transfer_service/retrieve_executor.py +2 −0 Original line number Diff line number Diff line Loading @@ -18,6 +18,7 @@ # import datetime import json import os import logging Loading Loading @@ -263,6 +264,7 @@ class RetrieveExecutor(TaskExecutor): self.jobObj.setPhase("COMPLETED") self.dbConn.setPhase(self.jobId, "COMPLETED") self.dbConn.setEndTime(self.jobId) self.jobObj.endTime = datetime.datetime.now().isoformat() # Add a list of physical destination paths for each VOSpace node in the node list for vospacePath in self.nodeList: Loading Loading
transfer_service/retrieve_executor.py +2 −0 Original line number Diff line number Diff line Loading @@ -18,6 +18,7 @@ # import datetime import json import os import logging Loading Loading @@ -263,6 +264,7 @@ class RetrieveExecutor(TaskExecutor): self.jobObj.setPhase("COMPLETED") self.dbConn.setPhase(self.jobId, "COMPLETED") self.dbConn.setEndTime(self.jobId) self.jobObj.endTime = datetime.datetime.now().isoformat() # Add a list of physical destination paths for each VOSpace node in the node list for vospacePath in self.nodeList: Loading