[fix] no-unicode-literals sanity error on ansible.egg-info (#30446)
* [fix] no-unicode-literals sanity error on ansible.egg-info
(cherry picked from commit 0e9ae5b8cc
)
This commit is contained in:
parent
fd42243936
commit
9bc6cca9f8
1 changed files with 2 additions and 1 deletions
|
@ -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…
Reference in a new issue