Update message UNSUPPORTED

This commit is contained in:
Dimitris Zlatanidis 2015-09-09 08:16:23 +03:00
parent 54a07389ef
commit 20feb361da

View file

@ -262,9 +262,12 @@ class SBoNetwork(object):
""" """
self.error_uns() self.error_uns()
if self.FAULT: if self.FAULT:
print("\n{0}The package {1} {2}\n".format(self.red, print("")
self.FAULT, self.msg.template(78)
self.endc)) print("| {0}The package {1} {2} {3}".format(self.red, self.prgnam,
self.FAULT, self.endc))
self.msg.template(78)
print("")
raise SystemExit() raise SystemExit()
sources = [] sources = []
if not os.path.exists(self.meta.build_path): if not os.path.exists(self.meta.build_path):