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

[euscollada/parseColladaBase.py] use different load function for different PyYAML version #1

Closed
wants to merge 1 commit into from

Conversation

W567
Copy link

@W567 W567 commented Jan 10, 2024

yaml.load function requires Loader argument to be explicitly indicated after PyYAML version '5.4.1'

yaml/pyyaml#576
yaml/pyyaml#561 -- always require Loader arg to yaml.load()

Check PyYAML version before using load function.

…using yaml.load function. (Loader needs to be explicitly indicated after PyYAML==5.4.1)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant