Fix PEP-8 issue
parent
1e26b96b12
commit
4dcd3e31d8
|
|
@ -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',
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue