bugfix
This commit is contained in:
parent
344faa1e9a
commit
40884a97dc
@ -322,7 +322,7 @@ where backid=${backid}$
|
|||||||
'ctx': ctx,
|
'ctx': ctx,
|
||||||
'node': node
|
'node': node
|
||||||
}
|
}
|
||||||
on_array = await self.get_multiple_array(m_on):
|
on_array = await self.get_multiple_array(m_on)
|
||||||
for e in on_array:
|
for e in on_array:
|
||||||
nnodes.add((edge['to'], str(e)))
|
nnodes.add((edge['to'], str(e)))
|
||||||
for node, ctx_ext in nnodes:
|
for node, ctx_ext in nnodes:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user