feat: bump module version

This commit is contained in:
Swann
2019-10-08 23:54:12 +02:00
parent b5910ca5b4
commit f2b0e35dcf
2 changed files with 2 additions and 2 deletions

View File

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