mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2025-01-13 20:01:48 +01:00
Updated for comments
This commit is contained in:
parent
3779f1ce8b
commit
90e7012e64
1 changed files with 1 additions and 1 deletions
|
@ -760,6 +760,7 @@ class SubMenu:
|
|||
|
||||
|
||||
class ChoosePackages:
|
||||
""" Choose packages with dialog utility and -S, --search flag. """
|
||||
|
||||
def __init__(self, repository: str):
|
||||
self.repository: str = repository
|
||||
|
@ -770,7 +771,6 @@ class ChoosePackages:
|
|||
self.is_binary: bool = self.utils.is_binary_repo(repository)
|
||||
|
||||
def packages(self, data: dict, packages: list, method: str) -> list:
|
||||
""" Choose packages with dialog utility and -S, --search flag. """
|
||||
height: int = 10
|
||||
width: int = 70
|
||||
list_height: int = 0
|
||||
|
|
Loading…
Reference in a new issue