Skip to content

Commit

Permalink
test: added debug statement
Browse files Browse the repository at this point in the history
  • Loading branch information
clay-lake committed Nov 11, 2024
1 parent d102dd9 commit f30157c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/image/merge_release_info.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ def backfill_higher_risks(channels: dict) -> None:
print(f"Getting pre-release from {args.revision_data_file}")
with open(args.revision_data_file, encoding="UTF-8") as revision_data_f:
revision_data = json.load(revision_data_f)

print(f"revision_data {revision_data}")
_ = RevisionDataSchema(**revision_data)

new_revision_releases = revision_data["release"]
Expand Down

0 comments on commit f30157c

Please sign in to comment.