[fix] no-unicode-literals sanity error on ansible.egg-info (#30446)

* [fix] no-unicode-literals sanity error on ansible.egg-info
pull/30696/merge
Hervé Beraud 7 years ago committed by Toshio Kuratomi
parent 13bc5314ce
commit 0e9ae5b8cc

@ -5,7 +5,8 @@ UNICODE_LITERALS_USERS=$(grep -r unicode_literals . \
--exclude-dir .tox \
--exclude no-unicode-literals.sh \
--exclude no-unicode-literals.rst |
grep -v ./test/results \
grep -v ./test/results | \
grep -v ansible.egg-info/SOURCES.txt \
)
if [ "${UNICODE_LITERALS_USERS}" ]; then

Loading…
Cancel
Save