Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix
NameError
exception in check_tags()
- Fixes two undefined variables error. - Check the `tags` field of the `item` variable, previous code check the `dt` variable which is the main dictionary data. And because en extractor doesn't have `tags` in the main dictionary, this error is not caught in test.
- Loading branch information