Commit 7332e2dc authored by Jérome Perrin's avatar Jérome Perrin

Revert "Job outputting extraPropertyDict deactivated and also newlines erased from JobShop results"

This reverts commit c6fa76ac.
parent 713789ea
...@@ -55,7 +55,7 @@ class Job(Entity): # inherits from the Entity c ...@@ -55,7 +55,7 @@ class Job(Entity): # inherits from the Entity c
json['_class'] = 'Dream.Job' json['_class'] = 'Dream.Job'
json['id'] = str(self.id) json['id'] = str(self.id)
json['results'] = {} json['results'] = {}
#json['extraPropertyDict'] = self.extraPropertyDict json['extraPropertyDict'] = self.extraPropertyDict
#if the Job has reached an exit, input completion time in the results #if the Job has reached an exit, input completion time in the results
if self.schedule[-1][0].type=='Exit': if self.schedule[-1][0].type=='Exit':
......
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