Skip to content

Commit

Permalink
[SPARK-2627] it's PEP 8, not PEP8
Browse files Browse the repository at this point in the history
Minor, I know.
  • Loading branch information
nchammas committed Aug 3, 2014
1 parent 6f4900b commit 21da538
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dev/lint-python
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,10 @@ pep8_status=${PIPESTATUS[0]} #$?

if [ $pep8_status -ne 0 ]
then
echo "PEP8 checks failed."
echo "PEP 8 checks failed."
cat "$PEP8_REPORT_PATH"
else
echo "PEP8 checks passed."
echo "PEP 8 checks passed."
fi

rm -f "$PEP8_REPORT_PATH"
Expand Down

0 comments on commit 21da538

Please sign in to comment.