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

Fix bug in author parsing in TheNamibian #619

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

addie9800
Copy link
Collaborator

The author parsing crashed, if it encounters an article with more than author. This is caused that the element element with path Person can be of type list. in which case the get() function that is called within get_value_by_key_path() causes an Error, since it is not implemented for a list.

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