Fix PEP-8 issue

This commit is contained in:
Dave Page
2019-03-18 11:11:48 +00:00
parent 1e26b96b12
commit 4dcd3e31d8

View File

@@ -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',
)