Browse Source

Merge pull request #161 from return42/fix-typo-manage

[fix] py.build - fix small typo in the build message
Alexandre Flament 3 years ago
parent
commit
bf5f505d74
1 changed files with 1 additions and 1 deletions
  1. 1 1
      manage

+ 1 - 1
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}"