Skip to content

Commit

Permalink
always delete the report file
Browse files Browse the repository at this point in the history
  • Loading branch information
nchammas committed Aug 2, 2014
1 parent 0541ebb commit 723ed39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev/lint-python
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@ if [ $pep8_status ]
then
echo "PEP8 checks failed."
cat "$PEP8_REPORT_PATH"
exit 1
else
echo "PEP8 checks passed."
fi

rm -f "$PEP8_REPORT_PATH"
exit $pep8_status

0 comments on commit 723ed39

Please sign in to comment.