提交 690fac7c 编写于 作者: rictjo's avatar rictjo

# --

上级 bdd835b6
......@@ -222,8 +222,7 @@ class NodeGraph ( Node ) :
I = I+1
if bCalcLevel :
self.calculate_node_level( node )
#level = len( self.search(root_id=node.identification(),linktype='ascendants')['path'] ) - 1
#node.set_level( level )
head_string = "{\"source\": \"" + node.identification() + "\", id: " + str(I)
head_string = head_string + ", level: " + str(node.level())
desc_ = str(node.description())
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册