Skip to content

Commit 723ed39

Browse files
committed
always delete the report file
1 parent 0541ebb commit 723ed39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev/lint-python

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,9 @@ if [ $pep8_status ]
3434
then
3535
echo "PEP8 checks failed."
3636
cat "$PEP8_REPORT_PATH"
37-
exit 1
3837
else
3938
echo "PEP8 checks passed."
4039
fi
4140

4241
rm -f "$PEP8_REPORT_PATH"
42+
exit $pep8_status

0 commit comments

Comments
 (0)