mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2024-12-28 09:58:21 +01:00
Fix message
This commit is contained in:
parent
b1b37780a7
commit
7e89ffe15d
1 changed files with 1 additions and 1 deletions
|
@ -231,7 +231,7 @@ class PackageManager(object):
|
|||
if view:
|
||||
Msg().template(78)
|
||||
print("| {0}{1}{2}".format(
|
||||
self.meta.color["RED"], "WARNING !!! " * 5,
|
||||
self.meta.color["RED"], " " * 30 + "!!! WARNING !!!",
|
||||
self.meta.color["ENDC"]))
|
||||
Msg().template(78)
|
||||
for p, d in zip(package, dependency):
|
||||
|
|
Loading…
Reference in a new issue