Updated: Fixed KDE buiuld Function

Signed-off-by: debianpepper <pdpdebdevuan@protonmail.com>
This commit is contained in:
debianpepper 2024-09-21 20:07:33 +09:00
parent 86603dbfb8
commit bd1aa3114c
1 changed files with 1 additions and 2 deletions

View File

@ -443,7 +443,7 @@ class Decisions:
logger.critical("You have not specified a build to process!") logger.critical("You have not specified a build to process!")
def dkdeself(): def dkde(self):
""" Arguments for the KDE """ """ Arguments for the KDE """
build_type_mapping = { build_type_mapping = {
'b-deb64': ("deb", "_64"), 'b-deb64': ("deb", "_64"),
@ -455,7 +455,6 @@ class Decisions:
} }
build_argument = self.arguments.b build_argument = self.arguments.b
if build_argument in build_type_mapping: if build_argument in build_type_mapping:
print(seeme)
readybuild() readybuild()
BuildKde(*build_type_mapping[build_argument]) BuildKde(*build_type_mapping[build_argument])
else: else: