From f41b7a720498bfecc345e8e59ed08b57f4b76710 Mon Sep 17 00:00:00 2001 From: Markus Heiser Date: Fri, 18 Jun 2021 14:13:05 +0200 Subject: [PATCH] [fix] py.build - fix small typo in the build message Signed-off-by: Markus Heiser --- manage | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manage b/manage index 167895158..3a7a9f094 100755 --- a/manage +++ b/manage @@ -326,7 +326,7 @@ node.clean() { } py.build() { - build_msg BUILD "[pylint] python package ${PYDIST}" + build_msg BUILD "python package ${PYDIST}" pyenv.cmd python setup.py \ sdist -d "${PYDIST}" \ bdist_wheel --bdist-dir "${PYBUILD}" -d "${PYDIST}"