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():
|
for file_name, function_to_call in file_function_mapping.items():
|
||||||
file_path = os.path.join(directory_path, file_name)
|
file_path = os.path.join(directory_path, file_name)
|
||||||
if os.path.exists(file_path):
|
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()
|
function_to_call()
|
||||||
else:
|
else:
|
||||||
print(f"File {file_name} you're not building this ISO type!")
|
print(f"File {file_name} you're not building this ISO type!")
|
||||||
|
|
Loading…
Reference in New Issue