You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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
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
Am I doing something wrong?
The text was updated successfully, but these errors were encountered: