📌  相关文章
📜  data = _load_config(project_path).get("project_structure", {}) AttributeError: 'NoneType' object has no attribute 'get' - 无论代码示例

📅  最后修改于: 2022-03-11 14:58:38.302000             🧑  作者: Mango

代码示例1
You need to use an ASCII Hyphen-minus (-) instead of a Unicode em dash (—). While they look quite similar, YAML understands only the former one as special character in its syntax.