Skip to content

Commit

Permalink
Merge pull request #14 from usdot-jpo-ode/add-validation-type
Browse files Browse the repository at this point in the history
Add name to sequential check field
  • Loading branch information
mvs5465 authored Apr 5, 2019
2 parents 13aa7c7 + e481ae8 commit a44bf71
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 a44bf71

Please sign in to comment.