[PATCH v2 18/25] libtuning: agc: Fix kwargs handling

Laurent Pinchart laurent.pinchart at ideasonboard.com
Sat Jun 29 02:02:26 CEST 2024


Hi Stefan,

Thank you for the patch.

On Fri, Jun 28, 2024 at 12:47:11PM +0200, Stefan Klug wrote:

This needs a commit message.

> Signed-off-by: Stefan Klug <stefan.klug at ideasonboard.com>
> 
> ---
>  utils/tuning/libtuning/modules/agc/agc.py | 3 +--
>  1 file changed, 1 insertion(+), 2 deletions(-)
> 
> diff --git a/utils/tuning/libtuning/modules/agc/agc.py b/utils/tuning/libtuning/modules/agc/agc.py
> index 9c8899badc79..3631540844bc 100644
> --- a/utils/tuning/libtuning/modules/agc/agc.py
> +++ b/utils/tuning/libtuning/modules/agc/agc.py
> @@ -14,8 +14,7 @@ class AGC(Module):
>      out_name = 'GenericAGC'
>  
>      # \todo Add sector shapes and stuff just like lsc
> -    def __init__(self, *,
> -                 debug: list):
> +    def __init__(self, debug: list):
>          super().__init__()
>  
>          self.debug = debug

-- 
Regards,

Laurent Pinchart


More information about the libcamera-devel mailing list