Fixed handle_extension_error name
This commit is contained in:
parent
b8a8160644
commit
87c4547667
1 changed files with 1 additions and 1 deletions
|
|
@ -10,7 +10,7 @@ def handle_extension_error(extension_name):
|
|||
yield
|
||||
except Exception as e:
|
||||
logging.error(
|
||||
f"Exception loading builtin extension picamera_autocalibrate: \n{traceback.format_exc()}"
|
||||
f"Exception loading builtin extension {extension_name}: \n{traceback.format_exc()}"
|
||||
)
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue