From mboxrd@z Thu Jan 1 00:00:00 1970 From: sjg at google.com Date: Tue, 6 Jun 2017 18:47:36 -0700 Subject: [U-Boot] [PATCH v2 04/10] patman: Rename 'str' variable in EmailPatches() In-Reply-To: <20170529213132.21217-5-sjg@chromium.org> References: <20170529213132.21217-1-sjg@chromium.org> <20170529213132.21217-5-sjg@chromium.org> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de 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!