From 9a0d1999510ddab2cf202e25db280251b84d1d92 Mon Sep 17 00:00:00 2001 From: manuel Date: Mon, 15 Jul 2024 12:37:11 +0000 Subject: [PATCH] again --- python_modules/build_iso.py | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/python_modules/build_iso.py b/python_modules/build_iso.py index b4ab88a4..bd563d12 100644 --- a/python_modules/build_iso.py +++ b/python_modules/build_iso.py @@ -225,16 +225,14 @@ class BuildServer(BuildBase): """ This class will ensure the Server builds are built """ def __init__(self, sbase, sarch): """ - init the building, super will - ensure that the method resolution order (MRO) is followed - correctly, allowing for a smooth inheritance hierarchy + Initiate the building process for the Server. + Call super().__init__() with appropriate parameters. """ super().__init__(sbase, sarch, self.server_helper) def server_helper(self): """ - The helper functions to ensure the server requirements are - used + Helper method to assist in server-specific build tasks. """ arch_suffix = self.sarch[1:] cmd_list = None