Fix flake8 warnings

This commit is contained in:
PCoder 2017-09-28 04:57:40 +05:30
parent 39cb930326
commit 3ceaf0192f
1 changed files with 4 additions and 3 deletions

View File

@ -151,9 +151,10 @@ class OpenNebulaManager():
password, 'core')
logger.debug(
"User {} does not exist. Created the user. User id = {}".format(
email,
opennebula_user
))
email,
opennebula_user
)
)
return opennebula_user
except ConnectionRefusedError:
logger.info(