Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Report missing assets on ./b data-snapshot run #79

Merged
merged 3 commits into from
Aug 30, 2023

Conversation

DevinLeamy
Copy link
Contributor

copilot:poem

Public Changelog

  • Pulling from main can cause fetched assets to become out of sync. This results in 404s when running from a snapshot.
  • Here we simply check if all the assets that are pointed to by asset_versions.json have been downloaded locally, during ./b data-snapshot run.

You can also run the check manually:

./b data-snapshot check-for-missing-assets [OPTIONS]

Why

how

copilot:walkthrough

import hashlib

from pip_install_voxeloo import (run_pip_install_requirements,
run_pip_install_voxeloo)
Copy link
Contributor Author

@DevinLeamy DevinLeamy Aug 29, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Autoreformatted the imports to be in alphabetic order.

@DevinLeamy DevinLeamy merged commit 0f2f417 into main Aug 30, 2023
11 checks passed
@DevinLeamy DevinLeamy deleted the dl/report-missing-assets branch August 30, 2023 15:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant