mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2024-12-31 10:26:39 +01:00
Fixed for version print
This commit is contained in:
parent
06eedf1b80
commit
5028aabe7e
1 changed files with 1 additions and 1 deletions
|
@ -61,7 +61,7 @@ class SearchPackage(Configs):
|
||||||
if package in name or package == '*':
|
if package in name or package == '*':
|
||||||
self.matching += 1
|
self.matching += 1
|
||||||
|
|
||||||
if self.is_binary:
|
if self.utils.is_binary_repo(repo):
|
||||||
self.data_dict[self.matching] = (repo, name, data_pkg[0])
|
self.data_dict[self.matching] = (repo, name, data_pkg[0])
|
||||||
else:
|
else:
|
||||||
self.data_dict[self.matching] = (repo, name, data_pkg[2])
|
self.data_dict[self.matching] = (repo, name, data_pkg[2])
|
||||||
|
|
Loading…
Reference in a new issue