Skip to content

Commit

Permalink
Add name to sequential check field
Browse files Browse the repository at this point in the history
  • Loading branch information
Schwartz-Matthew-bah committed Apr 5, 2019
1 parent 13aa7c7 commit e481ae8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions odevalidator/validator.py
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,7 @@ def validate_queue(self, msg_queue):
serialized = []
for x in sequential_validations:
serialized.append({
'Field': "SequentialCheck",
'Valid': x.valid,
'Details': x.error
})
Expand Down

0 comments on commit e481ae8

Please sign in to comment.