mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2025-01-18 10:26:29 +01:00
BugFix hidden matching sbo packages
This commit is contained in:
parent
9ded699ac4
commit
2dd932029e
1 changed files with 1 additions and 0 deletions
|
@ -83,6 +83,7 @@ class SBoInstall(object):
|
|||
if not self.package_found:
|
||||
match = True
|
||||
self.package_found = self.matching(self.package_not_found)
|
||||
self.pkg_ver = [''] * len(self.package_found)
|
||||
self.master_packages, mas_src = self.sbo_version_source(
|
||||
self.package_found)
|
||||
Msg().done()
|
||||
|
|
Loading…
Reference in a new issue