mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2025-01-21 19:27:47 +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("\nMatching summary")
|
||||||
print("=" * 79)
|
print("=" * 79)
|
||||||
print(f"Total {sums[0]} matching packages\n")
|
print(f"Total {sums[0]} matching packages\n")
|
||||||
raise SystemExit(1)
|
raise SystemExit()
|
||||||
print("\nInstalling summary")
|
print("\nInstalling summary")
|
||||||
print("=" * 79)
|
print("=" * 79)
|
||||||
print(f"{self.grey}Total {sums[0]} {self.msg.pkg(sums[0])}.")
|
print(f"{self.grey}Total {sums[0]} {self.msg.pkg(sums[0])}.")
|
||||||
|
|
Loading…
Reference in a new issue