]> git.baikalelectronics.ru Git - uboot.git/commit
patman: Rename 'str' variable in EmailPatches()
authorSimon Glass <sjg@chromium.org>
Mon, 29 May 2017 21:31:25 +0000 (15:31 -0600)
committerSimon Glass <sjg@chromium.org>
Fri, 9 Jun 2017 02:21:59 +0000 (20:21 -0600)
commit7a449be76e6f0fb3ba2465680e55289c6e21e0cb
tree6db8d49c258a9d41a39b5d663fdd180e5ad7ea01
parent0e7a70e9d4a2357591b00c4d8a322cd8eecb301f
patman: Rename 'str' variable in EmailPatches()

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 <sjg@chromium.org>
Tested-by: Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
tools/patman/gitutil.py