Fixed stderr error output

This commit is contained in:
Dimitris Zlatanidis 2022-05-24 16:42:04 +03:00
parent a307c7a4c7
commit 3b9d5f1667

View file

@ -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: