mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2025-01-18 10:26:29 +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:
|
||||
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:
|
||||
""" Choose packages for install. """
|
||||
height: int = 10
|
||||
|
|
Loading…
Reference in a new issue