mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2025-01-20 10:26:44 +01:00
Fixed stderr error output
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
This commit is contained in:
parent
ee8eaf5ae3
commit
1c77eaa3f3
1 changed files with 1 additions and 1 deletions
|
@ -166,7 +166,7 @@ class SBoInstall(BlackList, Utils):
|
|||
self.continue_to_install()
|
||||
else:
|
||||
self.msg.not_found(self.is_upgrade)
|
||||
raise SystemExit(1)
|
||||
raise SystemExit()
|
||||
|
||||
def case_insensitive(self):
|
||||
"""Matching packages distinguish between uppercase and
|
||||
|
|
Loading…
Reference in a new issue