Disk Templates: Fix invalid toml frontmatter
This commit is contained in:
committed by
hsjobeki
parent
e7dac97d98
commit
fbaf9065bf
@@ -189,7 +189,7 @@ def set_machine_disk_schema(
|
|||||||
raise ClanError(msg, description=f"Valid options: {ph.options}")
|
raise ClanError(msg, description=f"Valid options: {ph.options}")
|
||||||
|
|
||||||
placeholders_toml = "\n".join(
|
placeholders_toml = "\n".join(
|
||||||
[f"""# {k} = "{v}""" for k, v in placeholders.items() if v is not None]
|
[f"""# {k} = "{v}" """ for k, v in placeholders.items() if v is not None]
|
||||||
)
|
)
|
||||||
header = f"""# ---
|
header = f"""# ---
|
||||||
# schema = "{schema_name}"
|
# schema = "{schema_name}"
|
||||||
|
|||||||
Reference in New Issue
Block a user