Update: Syntax correction

Signed-off-by: debianpepper <pdpdebdevuan@protonmail.com>
This commit is contained in:
debianpepper 2023-12-13 15:23:37 +09:00
parent a9229d6ec4
commit 36b6ba5c46
1 changed files with 1 additions and 1 deletions

View File

@ -62,7 +62,7 @@ def check_build_type():
for file_name, function_to_call in file_function_mapping.items():
file_path = os.path.join(directory_path, file_name)
if os.path.exists(file_path):
print(f"You are building a {file_name} ISO type"
print(f"You are building a {file_name} ISO type")
function_to_call()
else:
print(f"File {file_name} you're not building this ISO type!")