fix: _validate_subgraph bug
This commit is contained in:
parent
c002017a84
commit
afe53f3687
|
@ -283,7 +283,7 @@ class RoutePack(CommonADModel):
|
|||
}
|
||||
return result
|
||||
|
||||
def _validate_subgraph(materials, graph, final_id):
|
||||
def _validate_subgraph(self, materials, graph, final_id):
|
||||
"""校验单个子图的有效性并返回层级结构"""
|
||||
errors = []
|
||||
levels = {}
|
||||
|
|
Loading…
Reference in New Issue