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

Script fails when LibYAML is not installed #2

Closed
DudeNr33 opened this issue Sep 25, 2020 · 1 comment
Closed

Script fails when LibYAML is not installed #2

DudeNr33 opened this issue Sep 25, 2020 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@DudeNr33
Copy link
Owner

The script always tries to use yaml.CLoader, which leads to an AttributeError if LibYAML is not installed.

@DudeNr33 DudeNr33 added the bug Something isn't working label Sep 25, 2020
@DudeNr33 DudeNr33 self-assigned this Sep 25, 2020
DudeNr33 added a commit that referenced this issue Sep 26, 2020
Fall back to yaml.Loader if yaml.CLoader is not available due to missing libyaml bindings
@DudeNr33 DudeNr33 mentioned this issue Sep 26, 2020
DudeNr33 added a commit that referenced this issue Sep 26, 2020
@DudeNr33 DudeNr33 closed this as completed Oct 6, 2020
@DudeNr33
Copy link
Owner Author

DudeNr33 commented Oct 6, 2020

Fixed in v1.0.1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant