Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
hestonhoffman committed Aug 23, 2024
1 parent 736fc09 commit 9ddfa10
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions local/bin/py/version_getter.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,5 @@ def get_versions(keys):
final_versions = get_versions(keys)
print(final_versions)

# TODO:
with open('data/synthetics_worker_versions.json', 'w') as f:
f.write(json.dumps(final_versions, indent=4, sort_keys=True))

# Check for changes and open a PR if there are any

0 comments on commit 9ddfa10

Please sign in to comment.