Update: Syntax correction
Signed-off-by: debianpepper <pdpdebdevuan@protonmail.com>
This commit is contained in:
parent
a9229d6ec4
commit
36b6ba5c46
|
@ -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!")
|
||||
|
|
Loading…
Reference in New Issue