mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
[fix] no-unicode-literals sanity error on ansible.egg-info (#30446)
* [fix] no-unicode-literals sanity error on ansible.egg-info
This commit is contained in:
parent
13bc5314ce
commit
0e9ae5b8cc
1 changed files with 2 additions and 1 deletions
|
@ -5,7 +5,8 @@ UNICODE_LITERALS_USERS=$(grep -r unicode_literals . \
|
||||||
--exclude-dir .tox \
|
--exclude-dir .tox \
|
||||||
--exclude no-unicode-literals.sh \
|
--exclude no-unicode-literals.sh \
|
||||||
--exclude no-unicode-literals.rst |
|
--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
|
if [ "${UNICODE_LITERALS_USERS}" ]; then
|
||||||
|
|
Loading…
Reference in a new issue