Commit e4980345 authored by Jérome Perrin's avatar Jérome Perrin

CapacityProject: output due date in the result

parent be6cf464
......@@ -63,6 +63,7 @@ class CapacityProject(Entity):
from dream.simulation.Globals import G
json = {'_class': 'Dream.%s' % (self.__class__.__name__),
'id': self.id,
'dueDate': self.dueDate,
'family': 'Job',
'results': {}}
if (G.numberOfReplications == 1):
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment