Updated for comments

This commit is contained in:
Dimitris Zlatanidis 2023-05-08 12:03:28 +03:00
parent 3fdaa9f745
commit 26712370fe

View file

@ -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 == '*':