Fix pep8 job

All the pep8 jobs on master/newton started failing due to the styling
error corrected in this patch. This code has been around for a while, I
assume flake8 or similar was recently updated.

Change-Id: Ib67242efc75d39476a56f61034a383665b6fe317
Closes-Bug: #1641994
(cherry picked from commit 586727222a)
This commit is contained in:
Julie Pichon 2016-11-15 16:25:19 +00:00 committed by Ben Nemec
parent a904774440
commit a5ab73f1d6
1 changed files with 2 additions and 0 deletions

View File

@ -67,6 +67,8 @@ class Paths(object):
@property
def LOG_FILE(self):
return os.path.expanduser('~/.instack/install-undercloud.log')
PATHS = Paths()
DEFAULT_LOG_LEVEL = logging.DEBUG
DEFAULT_LOG_FORMAT = '%(asctime)s %(levelname)s: %(message)s'