mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2025-01-30 20:34:38 +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:
|
if not self.package_found:
|
||||||
match = True
|
match = True
|
||||||
self.package_found = self.matching(self.package_not_found)
|
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.master_packages, mas_src = self.sbo_version_source(
|
||||||
self.package_found)
|
self.package_found)
|
||||||
Msg().done()
|
Msg().done()
|
||||||
|
|
Loading…
Add table
Reference in a new issue