Re: [PATCH v2.5/6] tools/pygrub: Fix expression before it's copied elsewhere

2023-11-23 Thread Alejandro Vallejo
On 23/11/2023 16:50, Alejandro Vallejo wrote: On 22/11/2023 20:07, Andrew Cooper wrote: This has an identical meaning, and is the more pythonic way of writing it. Signed-off-by: Andrew Cooper --- CC: Wei Liu CC: Anthony PERARD CC: Alejandro Vallejo ---   tools/pygrub/src/pygrub | 2 +-   1

Re: [PATCH v2.5/6] tools/pygrub: Fix expression before it's copied elsewhere

2023-11-23 Thread Andrew Cooper
On 23/11/2023 4:50 pm, Alejandro Vallejo wrote: > On 22/11/2023 20:07, Andrew Cooper wrote: >> This has an identical meaning, and is the more pythonic way of >> writing it. >> >> Signed-off-by: Andrew Cooper >> --- >> CC: Wei Liu >> CC: Anthony PERARD >> CC: Alejandro Vallejo >> --- >>   tools/

Re: [PATCH v2.5/6] tools/pygrub: Fix expression before it's copied elsewhere

2023-11-23 Thread Alejandro Vallejo
On 22/11/2023 20:07, Andrew Cooper wrote: This has an identical meaning, and is the more pythonic way of writing it. Signed-off-by: Andrew Cooper --- CC: Wei Liu CC: Anthony PERARD CC: Alejandro Vallejo --- tools/pygrub/src/pygrub | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) dif

[PATCH v2.5/6] tools/pygrub: Fix expression before it's copied elsewhere

2023-11-22 Thread Andrew Cooper
This has an identical meaning, and is the more pythonic way of writing it. Signed-off-by: Andrew Cooper --- CC: Wei Liu CC: Anthony PERARD CC: Alejandro Vallejo --- tools/pygrub/src/pygrub | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/pygrub/src/pygrub b/tools/pygr