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)
commit2df3a01974a06145cc20c53d5f1309ccdb2b6946
tree6db8d49c258a9d41a39b5d663fdd180e5ad7ea01
parent5c724dc4403c63b86fef8cccd2baa47cfa870986
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