2
0
mirror of https://github.com/xcat2/confluent.git synced 2024-11-25 02:52:07 +00:00

Adapt geist to work with python2

This commit is contained in:
Jarrod Johnson 2022-05-25 10:58:35 -04:00
parent 48d46bcfae
commit 4773acb37d

View File

@ -120,4 +120,5 @@ def update(nodes, element, configmanager, inputdata):
gc = GeistClient(node, configmanager)
newstate = inputdata.powerstate(node)
gc.set_outlet(element[-1], newstate)
return retrieve(nodes, element, configmanager, inputdata)
for res in retrieve(nodes, element, configmanager, inputdata):
yield res