mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2025-01-05 11:02:14 +01:00
Fixed stderr error output
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
This commit is contained in:
parent
2bbdda0ec5
commit
4d38b3df0c
1 changed files with 1 additions and 1 deletions
|
@ -135,7 +135,7 @@ class BinaryInstall(BlackList, Utils):
|
|||
print("\nMatching summary")
|
||||
print("=" * 79)
|
||||
print(f"Total {sums[0]} matching packages\n")
|
||||
raise SystemExit(1)
|
||||
raise SystemExit()
|
||||
print("\nInstalling summary")
|
||||
print("=" * 79)
|
||||
print(f"{self.grey}Total {sums[0]} {self.msg.pkg(sums[0])}.")
|
||||
|
|
Loading…
Reference in a new issue