-
ValueError问题在使用嵌套CookieCutter模板时的文档说明,cookiecutter-value-error
资源介绍
CookieCutter值错误
将存储库克隆到当前目录后,运行
cookiecutter cookiecutter-value-error --config-file=cookiecutter-value-error/init.yaml --no-input
掩盖错误
...
File ".../python3.8/site-packages/poyo/_nodes.py", line 47, in __init__
raise ValueError("Parent of ChildMixin instance needs to be a Container.")
ValueError: Parent of ChildMixin instance needs to be a Container.