commit | 44ecdd40d3d4698e00a9eb641cb60bc2a2a9fd2f | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Thu May 08 06:21:33 2025 +0200 |
committer | Simon Glass <sjg@chromium.org> | Tue May 27 10:07:42 2025 +0100 |
tree | 58df41e37cc52197a9290b62961756761f392709 | |
parent | e55a11c20a587aa052e1774a0ed15128af74ed74 [diff] |
patman: Move arguments for sent into the correct parser Most of the arguments for the main parser are actually arguments for the 'send' parser. Move them there, in a separate function. Fix a pylint warning for -D and the imports while here. Signed-off-by: Simon Glass <sjg@chromium.org>