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:
parent
48d46bcfae
commit
4773acb37d
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user