Fix color

This commit is contained in:
Dimitris Zlatanidis 2015-08-25 06:26:21 +03:00
parent 27b8874741
commit 898a2f44b0

View file

@ -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)