mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2024-11-16 07:47:35 +01:00
Update message UNSUPPORTED
This commit is contained in:
parent
d40fdd56da
commit
42c7ac2031
1 changed files with 2 additions and 3 deletions
|
@ -266,10 +266,9 @@ class SBoNetwork(object):
|
|||
if self.FAULT:
|
||||
print("")
|
||||
self.msg.template(78)
|
||||
print("| {0}The package {1} {2} {3}".format(self.red, self.prgnam,
|
||||
self.FAULT, self.endc))
|
||||
print("| Package {0} {1} {2} {3}".format(self.prgnam, self.red,
|
||||
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