commit | 8acdb70c101530df17a655f44a7c6f3ff6e5a6dc | [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 | 4cb31a9f3560b293670de95e76c1f3cf2f9e1ca8 [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>