mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2024-11-17 07:48:18 +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("")
|
print("")
|
||||||
|
|
||||||
def matching(self, packages):
|
def matching(self, packages):
|
||||||
|
"""Message for matching packages
|
||||||
|
"""
|
||||||
print("Not found package with the name [ {0}{1}{2} ]. "
|
print("Not found package with the name [ {0}{1}{2} ]. "
|
||||||
"Matching packages:\nNOTE: Not dependenc"
|
"Matching packages:\nNOTE: Not dependenc"
|
||||||
"ies are resolved\n".format(self.meta.color["CYAN"],
|
"ies are resolved\n".format(self.meta.color["CYAN"],
|
||||||
|
|
Loading…
Reference in a new issue