Removed unused

This commit is contained in:
Dimitris Zlatanidis 2023-04-04 20:20:08 +03:00
parent b8869dae34
commit f8cc223508

View file

@ -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