Reverted logging style
This commit is contained in:
parent
e25c23cf1c
commit
6fb61e1e3f
24 changed files with 100 additions and 106 deletions
|
|
@ -10,7 +10,7 @@ def handle_extension_error(extension_name):
|
|||
yield
|
||||
except Exception: # pylint: disable=W0703
|
||||
logging.error(
|
||||
"Exception loading builtin extension {}: \n{}",
|
||||
"Exception loading builtin extension %s: \n%s",
|
||||
extension_name,
|
||||
traceback.format_exc(),
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue