mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2025-02-10 20:48:40 +01:00
Remove %README%
This commit is contained in:
parent
76f051d1d3
commit
cdfff466d2
1 changed files with 1 additions and 1 deletions
|
@ -157,7 +157,7 @@ class Utilities(Configs):
|
||||||
|
|
||||||
def blacklist_pattern(self, name: str) -> bool:
|
def blacklist_pattern(self, name: str) -> bool:
|
||||||
""" This module provides support for Unix shell-style wildcards. """
|
""" This module provides support for Unix shell-style wildcards. """
|
||||||
blacklist: list[str] = ['%README%']
|
blacklist: list[str] = []
|
||||||
blacklist.extend(self.black.packages())
|
blacklist.extend(self.black.packages())
|
||||||
if [black for black in blacklist if fnmatch.fnmatch(name, black)]:
|
if [black for black in blacklist if fnmatch.fnmatch(name, black)]:
|
||||||
return True
|
return True
|
||||||
|
|
Loading…
Add table
Reference in a new issue