mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2025-02-01 07:57:26 +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()
|
self.continue_to_install()
|
||||||
else:
|
else:
|
||||||
self.msg.not_found(self.is_upgrade)
|
self.msg.not_found(self.is_upgrade)
|
||||||
raise SystemExit(1)
|
raise SystemExit()
|
||||||
|
|
||||||
def case_insensitive(self):
|
def case_insensitive(self):
|
||||||
"""Matching packages distinguish between uppercase and
|
"""Matching packages distinguish between uppercase and
|
||||||
|
|
Loading…
Add table
Reference in a new issue