mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2025-02-01 07:57:26 +01:00
Updated comments
This commit is contained in:
parent
232385fe63
commit
b97424c835
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ class SearchPackage(Configs):
|
||||||
self.flag_bin_repository: list = ['-B=', '--bin-repo=']
|
self.flag_bin_repository: list = ['-B=', '--bin-repo=']
|
||||||
|
|
||||||
def package(self, packages: list, repo=None) -> None:
|
def package(self, packages: list, repo=None) -> None:
|
||||||
""" Searching and print the matched slackbuilds. """
|
""" Searching and print the matched packages. """
|
||||||
matching: int = 0
|
matching: int = 0
|
||||||
repository: str = ''
|
repository: str = ''
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue