diff --git a/dev/lint-python b/dev/lint-python index 4efddad8393872b1f2fd123c91fc2bcba137306a..a1e890faa8fa69ed05fe578d49a079289cd96bf2 100755 --- a/dev/lint-python +++ b/dev/lint-python @@ -44,7 +44,7 @@ fi #+ first, but we do so so that the check status can #+ be output before the report, like with the #+ scalastyle and RAT checks. -python $PEP8_SCRIPT_PATH ./python > "$PEP8_REPORT_PATH" +python $PEP8_SCRIPT_PATH ./python/pyspark > "$PEP8_REPORT_PATH" pep8_status=${PIPESTATUS[0]} #$? if [ $pep8_status -ne 0 ]; then