Re: [PATCH] scripts/show_delta: add __main__ judgement before main code

From: Miguel Ojeda
Date: Sat Oct 14 2023 - 06:15:21 EST


On Fri, Oct 13, 2023 at 3:29 PM Hu Haowen <2023002089@xxxxxxxxxxxxxxxx> wrote:
>
> When doing Python programming it is a nice convention to insert the if
> statement `if __name__ == "__main__":` before any main code that does
> actual functionalities to ensure the code will be executed only as a
> script rather than as an imported module. Hence attach the missing
> judgement to show_delta.
>
> Signed-off-by: Hu Haowen <2023002089@xxxxxxxxxxxxxxxx>

I am not sure why I was Cc'd, but the patch looks fine :)

Reviewed-by: Miguel Ojeda <ojeda@xxxxxxxxxx>

Cheers,
Miguel