commit | 25f24c3bca264a35f7082db84104dc7798d0cf4c | [log] [tgz] |
---|---|---|
author | Maxim Cournoyer <maxim.cournoyer@gmail.com> | Fri Sep 01 01:05:12 2023 -0400 |
committer | Simon Glass <sjg@chromium.org> | Sat Sep 23 09:00:37 2023 -0600 |
tree | fd70b45bf0be8f05aef6d1b1d5aa98bafc309994 | |
parent | da0e29419791fdb10c94b4d9089268f0eaeee72d [diff] |
tools: Fix patman launcher script. There is no "run_patman" procedure in patman's __main__.py file, which would cause the following error at execution: "AttributeError: module 'patman.__main__' has no attribute 'run_patman'" Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> Reviewed-by: Simon Glass <sjg@chromium.org>