mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2025-01-22 19:27:56 +01:00
Fixed stderr error output
This commit is contained in:
parent
a307c7a4c7
commit
3b9d5f1667
1 changed files with 1 additions and 1 deletions
|
@ -781,7 +781,7 @@ class ArgParse(BlackList):
|
||||||
if not_found:
|
if not_found:
|
||||||
for ntf in not_found:
|
for ntf in not_found:
|
||||||
self.msg.pkg_not_found("", ntf, "Not installed", "")
|
self.msg.pkg_not_found("", ntf, "Not installed", "")
|
||||||
raise SystemExit(1)
|
raise SystemExit(0)
|
||||||
|
|
||||||
def if_checklist(self):
|
def if_checklist(self):
|
||||||
try:
|
try:
|
||||||
|
|
Loading…
Reference in a new issue