From 3b9d5f16678af7d2c6bc9fa5e1e5e35a0d8d7825 Mon Sep 17 00:00:00 2001 From: Dimitris Zlatanidis Date: Tue, 24 May 2022 16:42:04 +0300 Subject: [PATCH] Fixed stderr error output --- slpkg/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/slpkg/main.py b/slpkg/main.py index d76f78ba..f7ae5933 100644 --- a/slpkg/main.py +++ b/slpkg/main.py @@ -781,7 +781,7 @@ class ArgParse(BlackList): if not_found: for ntf in not_found: self.msg.pkg_not_found("", ntf, "Not installed", "") - raise SystemExit(1) + raise SystemExit(0) def if_checklist(self): try: