We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 385a267 commit 231c73cCopy full SHA for 231c73c
tools/make/lib/lint/pylint.mk
@@ -27,7 +27,7 @@ PYLINT_FLAGS ?= \
27
# This target checks if Pylint is installed.
28
29
pylint-check:
30
-ifeq (, $(shell command -v $(PYLINT) 2> /dev/null))
+ifeq (, $(shell command -v $(PYLINT) 2>/dev/null))
31
$(QUIET) echo ''
32
$(QUIET) echo 'Pylint is not installed. Please install Pylint and try again.'
33
$(QUIET) echo 'For install instructions, see https://github.com/PyCQA/pylint.'
0 commit comments