Skip to content

Commit

Permalink
basic logging
Browse files Browse the repository at this point in the history
  • Loading branch information
dave-connors-3 committed Aug 6, 2024
1 parent ec85448 commit 2326d36
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions generate.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,5 @@
schema_file = output_directory / f"{file_name}-latest.json"
schema_file.parent.mkdir(parents=True, exist_ok=True)
schema = model.model_json_schema(mode="validation")
print("Generating" , schema_file)
schema_file.write_text(json.dumps(schema, indent=2))

0 comments on commit 2326d36

Please sign in to comment.