Updated comments

This commit is contained in:
Dimitris Zlatanidis 2023-11-27 18:23:21 +02:00
parent b693f387ef
commit 7c055f1048

View file

@ -119,7 +119,7 @@ class Utilities(Configs):
return True
def read_packages_from_file(self, file: Path) -> Generator:
""" Reads packages from file and split these to list. """
""" Reads name packages from file and split these to list. """
try:
with open(file, 'r', encoding='utf-8') as pkgs:
packages: list = pkgs.read().splitlines()