mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2025-02-06 08:46:21 +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:
|
||||
""" This module provides support for Unix shell-style wildcards. """
|
||||
blacklist: list[str] = ['%README%']
|
||||
blacklist: list[str] = []
|
||||
blacklist.extend(self.black.packages())
|
||||
if [black for black in blacklist if fnmatch.fnmatch(name, black)]:
|
||||
return True
|
||||
|
|
Loading…
Add table
Reference in a new issue