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 name of ConstructorError #52

Merged
merged 1 commit into from
Mar 15, 2024

Conversation

mdm
Copy link
Contributor

@mdm mdm commented Mar 14, 2024

The exception ConstructorError was raised with the misspelled name ConstructError. This lead to an unexpected AttributeError being raised:

AttributeError: module 'yaml.constructor' has no attribute 'ConstructError'

@jonas-eschle
Copy link
Contributor

:D good catch, thanks for the PR! If the CI passes, I'll merge and make a new release

@jonas-eschle jonas-eschle merged commit f80a54a into Phynix:master Mar 15, 2024
8 checks passed
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.

None yet

2 participants