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
json['_class'] = 'Dream.Job'
json['id'] = str(self.id)
json['results'] = {}
#json['extraPropertyDict'] = self.extraPropertyDict
json['extraPropertyDict'] = self.extraPropertyDict
#if the Job has reached an exit, input completion time in the results
if self.schedule[-1][0].type=='Exit':
......
......@@ -88,4 +88,4 @@
"general": {
"_class": "Dream.Configuration"
}
}
\ No newline at end of file
}
......@@ -132,4 +132,4 @@
"general": {
"_class": "Dream.Configuration"
}
}
\ No newline at end of file
}
......@@ -194,4 +194,4 @@
"general": {
"_class": "Dream.Configuration"
}
}
\ No newline at end of file
}
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