Fix regression introduced in 7f1e4ddf690087097e1ac5a6f925e693f277d7b4, fix flake8
This commit is contained in:
parent
201ed9843b
commit
a339a2614e
@ -43,6 +43,12 @@ try:
|
||||
except:
|
||||
FuelClient = None
|
||||
|
||||
try:
|
||||
from fuelclient.client import logger
|
||||
logger.handlers = []
|
||||
except:
|
||||
pass
|
||||
|
||||
|
||||
class Node(object):
|
||||
ckey = 'cmds'
|
||||
|
Loading…
x
Reference in New Issue
Block a user