2
0
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:
Jarrod Johnson 2022-05-11 13:31:19 -04:00
parent d8a0f111db
commit e4d7be649a

View File

@ -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