mirror of
https://github.com/xcat2/confluent.git
synced 2024-11-22 09:32:21 +00:00
Fix single inlet operations
This commit is contained in:
parent
d8a0f111db
commit
e4d7be649a
@ -58,7 +58,7 @@ def get_outlets(nodes, emebs, inletname):
|
||||
pgroup = 'inlet_' + attrib[0]
|
||||
else:
|
||||
pgroup = 'default'
|
||||
if inletname == 'all' or pgroup == 'inletname':
|
||||
if inletname == 'all' or pgroup == inletname:
|
||||
if pgroup not in outlets[node]:
|
||||
outlets[node][pgroup] = {}
|
||||
outlets[node][pgroup][attrib[-1]] = v
|
||||
|
Loading…
Reference in New Issue
Block a user