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 <s...@chromium.org> --- tools/patman/send.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Applied to sjg/master, thanks!