Skip to content
Snippets Groups Projects
Commit d91e0599 authored by Cristiano Urban's avatar Cristiano Urban
Browse files

Temporarily added 'endTime' to jobObj.

parent 166bac2f
No related branches found
No related tags found
No related merge requests found
......@@ -18,6 +18,7 @@
#
import datetime
import json
import os
import logging
......@@ -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:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment