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!
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
2 matches
Mail list logo