mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2024-12-31 10:26:39 +01:00
Updated for comments
This commit is contained in:
parent
3fdaa9f745
commit
26712370fe
1 changed files with 1 additions and 1 deletions
|
@ -168,7 +168,7 @@ class Utilities(Configs):
|
||||||
|
|
||||||
@staticmethod
|
@staticmethod
|
||||||
def apply_package_pattern(data: dict, packages: list) -> list:
|
def apply_package_pattern(data: dict, packages: list) -> list:
|
||||||
""" Apply the pattern. """
|
""" If the '*' applied returns all the package names. """
|
||||||
for pkg in packages:
|
for pkg in packages:
|
||||||
|
|
||||||
if pkg == '*':
|
if pkg == '*':
|
||||||
|
|
Loading…
Reference in a new issue