Skip to content
Snippets Groups Projects
Commit 01c5bdba authored by Nathaniel Manista's avatar Nathaniel Manista Committed by GitHub
Browse files

Merge pull request #9736 from nathanielmanistaatgoogle/sanity

Sanity improvements.
parents 47c3e7cd b3a1ec21
Branches
Tags
No related merge requests found
......@@ -9,6 +9,7 @@ objs
cython_debug/
python_build/
python_format_venv/
python_pylint_venv/
.coverage*
.eggs
htmlcov/
......
......@@ -53,7 +53,7 @@ for dir in $DIRS; do
tempdir=`mktemp -d`
cp -RT $dir $tempdir
$PYTHON -m yapf -i -r -p $exclusion_args $dir
if ! diff -rq $dir $tempdir; then
if ! diff -r $dir $tempdir; then
script_result=1
fi
rm -rf $tempdir
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment