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

Exception TypeError being raised in rules_mapper_bibs #232

Closed
jermnelson opened this issue May 3, 2022 · 0 comments · Fixed by #233
Closed

Exception TypeError being raised in rules_mapper_bibs #232

jermnelson opened this issue May 3, 2022 · 0 comments · Fixed by #233

Comments

@jermnelson
Copy link
Contributor

When the BibsTransformer's HridHandling is set to preserve001, the check for set membership on line

raises TypeError: typing.Set[str] is not a generic class

The problem is at line

This is assigning the type hint Set[str] to self.unique_001s and not a set.

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 a pull request may close this issue.

1 participant