trivial: remove erroneously copy/pasted paragraph character (#15957)

This commit is contained in:
Frédéric Péters 2017-04-23 20:28:27 +02:00
parent 0e2b08e699
commit 8db1952dcc
1 changed files with 1 additions and 1 deletions

View File

@ -13,4 +13,4 @@ fi
test -f pylint.out && cp pylint.out pylint.out.prev
pylint -f parseable --rcfile ${PYLINT_RC} "$@" | tee pylint.out || /bin/true
test -f pylint.out.prev && (diff pylint.out.prev pylint.out | grep '^[><]' | grep .py) || /bin/true
test -f pylint.out.prev && (diff pylint.out.prev pylint.out | grep '^[><]' | grep .py) || /bin/true