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

Simon Glass sjg at chromium.org
Sat May 24 06:25:38 CEST 2025


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 <sjg at chromium.org>
---

 tools/patman/send.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Applied to sjg/master, thanks!


More information about the U-Boot mailing list