Disk Templates: Fix invalid toml frontmatter

This commit is contained in:
Johannes Kirschbauer
2025-01-09 09:21:08 +01:00
committed by hsjobeki
parent e7dac97d98
commit fbaf9065bf

View File

@@ -189,7 +189,7 @@ def set_machine_disk_schema(
raise ClanError(msg, description=f"Valid options: {ph.options}")
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"""# ---
# schema = "{schema_name}"