mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2025-01-18 10:26:29 +01:00
Update message UNSUPPORTED
This commit is contained in:
parent
54a07389ef
commit
20feb361da
1 changed files with 6 additions and 3 deletions
|
@ -262,9 +262,12 @@ class SBoNetwork(object):
|
|||
"""
|
||||
self.error_uns()
|
||||
if self.FAULT:
|
||||
print("\n{0}The package {1} {2}\n".format(self.red,
|
||||
self.FAULT,
|
||||
self.endc))
|
||||
print("")
|
||||
self.msg.template(78)
|
||||
print("| {0}The package {1} {2} {3}".format(self.red, self.prgnam,
|
||||
self.FAULT, self.endc))
|
||||
self.msg.template(78)
|
||||
print("")
|
||||
raise SystemExit()
|
||||
sources = []
|
||||
if not os.path.exists(self.meta.build_path):
|
||||
|
|
Loading…
Reference in a new issue