From 26712370fedc4cb6c3253e8876cde0776d966b1f Mon Sep 17 00:00:00 2001 From: Dimitris Zlatanidis Date: Mon, 8 May 2023 12:03:28 +0300 Subject: [PATCH] Updated for comments --- slpkg/utilities.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/slpkg/utilities.py b/slpkg/utilities.py index 3e2a304a..e8fe1d61 100644 --- a/slpkg/utilities.py +++ b/slpkg/utilities.py @@ -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 == '*':