mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2024-12-29 10:26:12 +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
|
||||
def apply_package_pattern(data: dict, packages: list) -> list:
|
||||
""" Apply the pattern. """
|
||||
""" If the '*' applied returns all the package names. """
|
||||
for pkg in packages:
|
||||
|
||||
if pkg == '*':
|
||||
|
|
Loading…
Reference in a new issue