diff --git a/slpkg/binaries/install.py b/slpkg/binaries/install.py index c7a9c28b..f8b75039 100644 --- a/slpkg/binaries/install.py +++ b/slpkg/binaries/install.py @@ -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