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] always explicitly indicating SafeLoader when using yaml.load #2

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

Conversation

W567
Copy link

@W567 W567 commented Jan 10, 2024

Same to the last PR:

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()

Always explicitly indicating Loader type to SafeLoader with no need of comparing PyYAML version may be a better solution?
(Though the default Loader is FullLoader before and including version '5.4.1')

…type (SafeLoader?) when using yaml.load function to avoid error caused by PyYAML version
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