mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2024-12-26 09:58:31 +01:00
Updated comments
This commit is contained in:
parent
b693f387ef
commit
7c055f1048
1 changed files with 1 additions and 1 deletions
|
@ -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()
|
||||
|
|
Loading…
Reference in a new issue