From: Maxim Cournoyer <maxim.cournoyer@gmail.com>
To: u-boot@lists.denx.de
Cc: Maxim Cournoyer <maxim.cournoyer@gmail.com>,
Simon Glass <sjg@chromium.org>
Subject: [PATCH] tools: Fix patman launcher script.
Date: Fri, 1 Sep 2023 01:05:12 -0400 [thread overview]
Message-ID: <20230901050532.725-1-maxim.cournoyer@gmail.com> (raw)
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>
---
tools/patman/pyproject.toml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tools/patman/pyproject.toml b/tools/patman/pyproject.toml
index c5dc7c7e27..a54211f706 100644
--- a/tools/patman/pyproject.toml
+++ b/tools/patman/pyproject.toml
@@ -23,7 +23,7 @@ classifiers = [
"Bug Tracker" = "https://source.denx.de/groups/u-boot/-/issues"
[project.scripts]
-patman = "patman.__main__:run_patman"
+patman = "patman.__main__"
[tool.setuptools.package-data]
patman = ["*.rst"]
base-commit: 0fe0395922d859730eb7ddfcff6ed8d3ac4b2937
--
2.41.0
next reply other threads:[~2023-09-01 5:05 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-09-01 5:05 Maxim Cournoyer [this message]
2023-09-02 0:09 ` [PATCH] tools: Fix patman launcher script Simon Glass
2023-09-23 18:13 ` Simon Glass
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20230901050532.725-1-maxim.cournoyer@gmail.com \
--to=maxim.cournoyer@gmail.com \
--cc=sjg@chromium.org \
--cc=u-boot@lists.denx.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox