Skip to content
Snippets Groups Projects
Commit 1e2d3745 authored by Antoine Millet's avatar Antoine Millet
Browse files

Fixed bug with ended status and cancelled jobs.

parent 2550bca6
No related branches found
No related tags found
No related merge requests found
......@@ -89,6 +89,7 @@ class BaseJob(dict, Thread, object):
self['status'] = status
if done is not None:
self['ended'] = datetime.now()
self['done'] = done
def run(self):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment