Skip to content

Commit

Permalink
Added log to task schema
Browse files Browse the repository at this point in the history
  • Loading branch information
rwb27 committed Mar 26, 2020
1 parent f1c19cb commit a3903eb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions labthings/server/schema.py
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@ class TaskSchema(Schema):
_return_value = fields.Raw(data_key="return")
_start_time = fields.String(data_key="start_time")
_end_time = fields.String(data_key="end_time")
log = fields.List(fields.Dict())

links = fields.Dict()

Expand Down

0 comments on commit a3903eb

Please sign in to comment.