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

Add validation task for supported filetype IDs #2

Merged
merged 4 commits into from
Apr 24, 2024
Merged

Conversation

ml-evs
Copy link
Member

@ml-evs ml-evs commented Apr 24, 2024

Looks like we let quite a few bad IDs slip through the net...

@ml-evs ml-evs merged commit 6572591 into main Apr 24, 2024
3 checks passed
for extractor in entries:
for filetype in extractor.supported_filetypes:
if filetype.id not in filetype_ids:
breakpoint()
Copy link
Contributor

Choose a reason for hiding this comment

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

Intentional?

Copy link
Member Author

Choose a reason for hiding this comment

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

of course...

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.

2 participants