Open bnoazx005 opened 2 years ago
utils/create_new_project.py generates also a project settings file that has invalid indentations for lists because of PyYAML library
Win 10 x64 / Visual Studio 2022 / TDEngine2-v0.6.x / NVidia GTX 860M
Call python utils/create_new_project.py NewSample/ NewSample
Compile and run the application
The project settings file should be correctly loaded
The default values are loaded instead of *.project file
Bug report
utils/create_new_project.py generates also a project settings file that has invalid indentations for lists because of PyYAML library
Environment
Win 10 x64 / Visual Studio 2022 / TDEngine2-v0.6.x / NVidia GTX 860M
Steps to reproduce the issue
Call python utils/create_new_project.py NewSample/ NewSample
Compile and run the application
What's the expected result?
The project settings file should be correctly loaded
What's the actual result?
The default values are loaded instead of *.project file