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

Move standard fields for the 4 file types into a yml file from the check_fields.py code #30

Open
jdpye opened this issue Dec 8, 2022 · 0 comments
Assignees

Comments

@jdpye
Copy link
Member

jdpye commented Dec 8, 2022

The 4 archive types and their required fields are inline in the code right now, and it could be cleaner to separate them into definitional YML and then reimport them in the check functions.

yaml.load() will bring in a dictionary and can be crafted to produce the same structures as are expected by the function presently.

@BeauvillierS BeauvillierS self-assigned this Dec 8, 2022
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

No branches or pull requests

3 participants