tools: Fix patman launcher script.
authorMaxim Cournoyer <maxim.cournoyer@gmail.com>
Fri, 1 Sep 2023 05:05:12 +0000 (01:05 -0400)
committerSimon Glass <sjg@chromium.org>
Sat, 23 Sep 2023 15:00:37 +0000 (09:00 -0600)
commit8acdb70c101530df17a655f44a7c6f3ff6e5a6dc
treefd70b45bf0be8f05aef6d1b1d5aa98bafc309994
parent4cb31a9f3560b293670de95e76c1f3cf2f9e1ca8
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>
tools/patman/pyproject.toml