mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2025-01-16 03:41:11 +01:00
Return exit code #79
This commit is contained in:
parent
6aba591db3
commit
c72737e607
1 changed files with 1 additions and 0 deletions
|
@ -43,4 +43,5 @@ def slack_package(prgnam):
|
||||||
cache = binary
|
cache = binary
|
||||||
if not binary:
|
if not binary:
|
||||||
Msg().build_FAILED(prgnam)
|
Msg().build_FAILED(prgnam)
|
||||||
|
raise SystemExit(1)
|
||||||
return ["".join(_meta_.output + binary)]
|
return ["".join(_meta_.output + binary)]
|
||||||
|
|
Loading…
Reference in a new issue