From 311d1c36cbd4abea441ee45e37463fad9cf92849 Mon Sep 17 00:00:00 2001 From: Hans Feldt Date: Thu, 21 May 2015 11:20:53 +0200 Subject: fix flake8 complaints run_tests.sh now runs clean Change-Id: Idadebabfa9306cf750207326f5f0b5a35530af34 JIRA: - Signed-off-by: Hans Feldt --- yardstick/__init__.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'yardstick/__init__.py') diff --git a/yardstick/__init__.py b/yardstick/__init__.py index b799c765f..0c25416bd 100644 --- a/yardstick/__init__.py +++ b/yardstick/__init__.py @@ -12,7 +12,7 @@ import logging.config logging.basicConfig( level=logging.WARNING, - format='[%(asctime)s] %(name)-20s %(filename)s:%(lineno)d %(levelname)s %(message)s',#noqa + format='[%(asctime)s] %(name)-20s %(filename)s:%(lineno)d ' + '%(levelname)s %(message)s', # noqa datefmt='%m/%d/%y %H:%M:%S') logging.getLogger(__name__).setLevel(logging.INFO) - -- cgit 1.2.3-korg