mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2024-11-17 07:48:18 +01:00
Fix color
This commit is contained in:
parent
27b8874741
commit
898a2f44b0
1 changed files with 1 additions and 1 deletions
|
@ -86,7 +86,7 @@ class Download(object):
|
|||
if not os.path.isfile(self.path + self.file_name):
|
||||
print("")
|
||||
self.msg.template(78)
|
||||
print("| Download '{0}' file {1}[ FAILED ]{2}".format(
|
||||
print("| Download '{0}' file [{1}FAILED{2}]".format(
|
||||
self.file_name, self.meta.color["RED"],
|
||||
self.meta.color["ENDC"]))
|
||||
self.msg.template(78)
|
||||
|
|
Loading…
Reference in a new issue