Commit e9af53f2 authored by Matt Wala's avatar Matt Wala
Browse files

prepare-and-run-pylint.sh: Invoke runner script with $PY_EXE

parent 8e0166ce
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -30,4 +30,4 @@ if test -f .pylintrc-local.yml; then
  PYLINT_RUNNER_ARGS="$PYLINT_RUNNER_ARGS --yaml-rcfile=.pylintrc-local.yml"
fi

python run-pylint.py $PYLINT_RUNNER_ARGS "$@"
$PY_EXE run-pylint.py $PYLINT_RUNNER_ARGS "$@"