refacor: update to new def

This commit is contained in:
Swann Martinez 2019-10-02 16:20:41 +02:00
parent 7c9decdded
commit 3d69e96c9f
No known key found for this signature in database
GPG Key ID: 414CCAFD8DA720E1

View File

@ -71,7 +71,7 @@ class ApplyTimer(Timer):
node_ref = operators.client.get(uuid=node)
if node_ref.state == FETCHED:
operators.client.apply(uuid=node)
operators.client.apply(node)
class DynamicRightSelectTimer(Timer):