]> git.ipfire.org Git - thirdparty/u-boot.git/commit
patman: Correct use of str in code
authorSimon Glass <sjg@chromium.org>
Wed, 7 May 2025 16:08:52 +0000 (18:08 +0200)
committerSimon Glass <sjg@chromium.org>
Tue, 27 May 2025 09:07:42 +0000 (10:07 +0100)
commit8896247b5833b1d357774d069c557cbb4a453a48
treefb6b9c532ae5bb546b2a9512fd72556cddd3dced
parenta5afb75c6dcadeb22bb24d931170766f7af4c58c
patman: Correct use of str in code

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 <sjg@chromium.org>
tools/patman/send.py