You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: