mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2025-01-18 10:26:29 +01:00
update message
This commit is contained in:
parent
c62927961f
commit
0391c0d329
1 changed files with 1 additions and 1 deletions
|
@ -237,7 +237,7 @@ class PackageManager(object):
|
|||
break
|
||||
if matching == 0:
|
||||
message = "Can't find"
|
||||
Msg().pkg_not_found("", self.binary, message, "\n")
|
||||
Msg().pkg_not_found("", ", ".join(self.binary), message, "\n")
|
||||
else:
|
||||
print("\n{0}Total found {1} matching packages.{2}".format(
|
||||
_m.color['GREY'], matching, _m.color['ENDC']))
|
||||
|
|
Loading…
Reference in a new issue