mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-09 14:06:58 +02:00
Merge pull request #718 from dm0-/python3
Silence a Python 3 script warning
This commit is contained in:
commit
1ff1a8cf7e
@ -80,7 +80,7 @@ IGNORE_MISSING = {
|
|||||||
USR_LINKS = ("/bin/", "/sbin/", "/lib/", "/lib32/", "/lib64/")
|
USR_LINKS = ("/bin/", "/sbin/", "/lib/", "/lib32/", "/lib64/")
|
||||||
|
|
||||||
IGNORE_SHEBANG = (
|
IGNORE_SHEBANG = (
|
||||||
b"*/python2.7/cgi.py",
|
b"*/python[0-9].[0-9]/cgi.py",
|
||||||
b"*/usr/lib64/modules/*/source/scripts/*",
|
b"*/usr/lib64/modules/*/source/scripts/*",
|
||||||
b"*/usr/share/nova-agent/*/etc/gentoo/nova-agent",
|
b"*/usr/share/nova-agent/*/etc/gentoo/nova-agent",
|
||||||
b"*/tmp/*",
|
b"*/tmp/*",
|
||||||
|
Loading…
Reference in New Issue
Block a user