mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2025-01-30 20:34:38 +01:00
Removed unused
This commit is contained in:
parent
b8869dae34
commit
f8cc223508
1 changed files with 0 additions and 7 deletions
|
@ -227,13 +227,6 @@ class Packages(Configs):
|
||||||
else:
|
else:
|
||||||
self.utils.process(command, self.stderr, self.stdout)
|
self.utils.process(command, self.stderr, self.stdout)
|
||||||
|
|
||||||
self.print_error()
|
|
||||||
|
|
||||||
def print_error(self) -> None:
|
|
||||||
""" Stop the process and print the error message. """
|
|
||||||
if self.output != 0:
|
|
||||||
self.utils.raise_error_message(f"{self.output}: {self.process_message}")
|
|
||||||
|
|
||||||
def choose_dependencies(self, dependencies: list) -> list:
|
def choose_dependencies(self, dependencies: list) -> list:
|
||||||
""" Choose packages for install. """
|
""" Choose packages for install. """
|
||||||
height: int = 10
|
height: int = 10
|
||||||
|
|
Loading…
Add table
Reference in a new issue