mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2024-11-16 07:47:35 +01:00
Added comments
This commit is contained in:
parent
f93ae4300c
commit
8e4f0a8721
1 changed files with 2 additions and 0 deletions
|
@ -163,6 +163,8 @@ class Msg(object):
|
|||
print("")
|
||||
|
||||
def matching(self, packages):
|
||||
"""Message for matching packages
|
||||
"""
|
||||
print("Not found package with the name [ {0}{1}{2} ]. "
|
||||
"Matching packages:\nNOTE: Not dependenc"
|
||||
"ies are resolved\n".format(self.meta.color["CYAN"],
|
||||
|
|
Loading…
Reference in a new issue