mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 13:22:48 +00: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:
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
|
||||
|
||||
Reference in New Issue
Block a user