diff --git a/slpkg/utilities.py b/slpkg/utilities.py index a77a3faa..f58fd8a1 100644 --- a/slpkg/utilities.py +++ b/slpkg/utilities.py @@ -113,7 +113,7 @@ class Utilities: return [f for f in flag if f in flags] @staticmethod - def read_packages_from_file(file) -> list: + def read_packages_from_file(file) -> Generator: """ Reads packages from file and split these to list. """ try: