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

Cannot init sample projects #90

Open
starikcetin opened this issue Aug 11, 2019 · 1 comment
Open

Cannot init sample projects #90

starikcetin opened this issue Aug 11, 2019 · 1 comment

Comments

@starikcetin
Copy link

G:\ProjenySamples-v0.3.12> prj --init
G:\Projeny\Source\mtm\config\YamlConfigLoader.py:20: YAMLLoadWarning: calling yaml.load() without Loader=... is deprecated, as the default Loader is unsafe. Please read https://msg.pyyaml.org/load for full details.
  return yaml.load(readAllTextFromFile(path))

Could not load project config for "AllMovers"
Could not load project config for "CubeMover"
Could not load project config for "SphereMover"
Operation completed successfully.  Took 0.0 seconds.

Am I doing something wrong?

@starikcetin
Copy link
Author

changing G:\Projeny\Source\mtm\config\YamlConfigLoader.py:20 to yaml.full_load... or yaml.safe_load... makes the warning disappear, but I still get the rest of the errors:

Could not load project config for "AllMovers"
Could not load project config for "CubeMover"
Could not load project config for "SphereMover"
Operation completed successfully.  Took 0.0 seconds.

@starikcetin starikcetin changed the title YAMLLoadWarning: calling yaml.load() without Loader=... is deprecated, as the default Loader is unsafe. Please read https://msg.pyyaml.org/load for full details. return yaml.load(readAllTextFromFile(path)) Cannot init sample projects Aug 11, 2019
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

No branches or pull requests

1 participant