refactor: remove usunused diff

This commit is contained in:
Swann Martinez
2019-10-09 14:09:11 +02:00
parent f2b0e35dcf
commit 2f002be7a8
16 changed files with 5 additions and 19 deletions

View File

@ -74,7 +74,7 @@ class ApplyTimer(Timer):
try:
operators.client.apply(node)
except Exception:
logger.error("fail to apply {}".format(node_ref.data['name']))
logger.error("fail to apply {}".format(node_ref.uuid))
class DynamicRightSelectTimer(Timer):