Merge pull request 'Disk Templates: Fix invalid toml frontmatter' (#2702) from hsjobeki/clan-core:fix/disk into main
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/2702
This commit is contained in:
@@ -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}"
|
||||
|
||||
Reference in New Issue
Block a user