Fixed handle_extension_error name

This commit is contained in:
Joel Collins 2020-05-22 10:56:23 +01:00
parent b8a8160644
commit 87c4547667

View file

@ -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()}"
)