Skip to content

Commit

Permalink
updating validation config file generator for new autogeneration code
Browse files Browse the repository at this point in the history
  • Loading branch information
claytonpbarrows committed Sep 18, 2020
1 parent 4a1b910 commit e43ed51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/generate_validation_config_file.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ def generate_config(input_file):
new_field["validation_action"] = field["validation_action"]
new_struct["fields"].append(new_field)
items.append(new_struct)
return items
return {"auto_generated_structs": items}


def generate_file(input_file, output_file):
Expand Down

0 comments on commit e43ed51

Please sign in to comment.