Re: [U-Boot] [PATCH v2 04/10] patman: Rename 'str' variable in EmailPatches()

2017-06-06 Thread sjg
This is not a good variable name in Python because 'str' is a type. It shows up highlighted in some editors. Rename it. Signed-off-by: Simon Glass --- Changes in v2: None tools/patman/gitutil.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Applied to u-boot-dm, thanks!

[U-Boot] [PATCH v2 04/10] patman: Rename 'str' variable in EmailPatches()

2017-05-29 Thread Simon Glass
This is not a good variable name in Python because 'str' is a type. It shows up highlighted in some editors. Rename it. Signed-off-by: Simon Glass --- Changes in v2: None tools/patman/gitutil.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tools/patman/gitutil.py b