mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2025-01-16 03:41:11 +01:00
Fixed for find and dialog
This commit is contained in:
parent
a8eb9077ac
commit
7eacfdfea0
1 changed files with 2 additions and 1 deletions
|
@ -443,7 +443,8 @@ class Argparse(Configs):
|
|||
split_package: list = self.utils.split_binary_pkg(package)
|
||||
|
||||
for pkg in packages:
|
||||
if pkg in split_package[0]:
|
||||
|
||||
if pkg in package:
|
||||
choices += [(split_package[0], split_package[1], False, f'Package: {package}')]
|
||||
|
||||
elif method == 'upgrade':
|
||||
|
|
Loading…
Reference in a new issue