Commit c6fa76ac authored by Georgios Dagkakis's avatar Georgios Dagkakis

Job outputting extraPropertyDict deactivated and also newlines erased from JobShop results

parent 23cc0218
...@@ -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