Re: [PATCH 07/20] patman: Correct use of str in code

2025-05-23 Thread Simon Glass
Since str() is a reserved function we should not use it as a variable. Fix this in the send module. Signed-off-by: Simon Glass --- tools/patman/send.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Applied to sjg/master, thanks!

[PATCH 07/20] patman: Correct use of str in code

2025-05-08 Thread Simon Glass
Since str() is a reserved function we should not use it as a variable. Fix this in the send module. Signed-off-by: Simon Glass --- tools/patman/send.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/patman/send.py b/tools/patman/send.py index 7989fe32f92..009ea6ba