Commit 87c45476 authored by Joel Collins's avatar Joel Collins
Browse files

Fixed handle_extension_error name

parent b8a81606
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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()}"
        )