diff --git a/python-api/Makefile b/python-api/Makefile index 3ece6e7..88deb33 100644 --- a/python-api/Makefile +++ b/python-api/Makefile @@ -3,7 +3,7 @@ lint: mkdir -p reports/pylint -pylint --rcfile=.pylintrc gstswitch mv -f *.html reports/pylint - @echo "Lint report generated in reports/lint_report.html" + @echo "Lint report generated in reports/pylint" # runs py.test also coverage: