提交 7fcc033f 编写于 作者: M Mars Liu

default children if empty

上级 56030704
...@@ -213,6 +213,8 @@ class TreeWalker: ...@@ -213,6 +213,8 @@ class TreeWalker:
config = { config = {
"node_id": self.gen_node_id(), "node_id": self.gen_node_id(),
"keywords": [], "keywords": [],
"children":[],
"export":[]
} }
dump_json(config_path, config, exist_ok=True, override=True) dump_json(config_path, config, exist_ok=True, override=True)
else: else:
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册