mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Fix PEP-8 issue
This commit is contained in:
@@ -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',
|
||||
)
|
||||
|
||||
|
Reference in New Issue
Block a user