From 4dcd3e31d86c6f61f47fafc047848120f70b7fc0 Mon Sep 17 00:00:00 2001 From: Dave Page Date: Mon, 18 Mar 2019 11:11:48 +0000 Subject: [PATCH] Fix PEP-8 issue --- web/regression/runtests.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/web/regression/runtests.py b/web/regression/runtests.py index a231a8a0f..f757decbd 100644 --- a/web/regression/runtests.py +++ b/web/regression/runtests.py @@ -365,7 +365,8 @@ if __name__ == '__main__': # Set basic logging configuration for log file logging.basicConfig( level=logging.DEBUG, - handlers=[logging.FileHandler(CURRENT_PATH + '/' + 'regression.log', 'w', 'utf-8')], + handlers=[logging.FileHandler(CURRENT_PATH + '/' + + 'regression.log', 'w', 'utf-8')], format='%(asctime)s:%(levelname)s:%(name)s:%(message)s', )