This commit is contained in:
2026-04-08 16:37:19 +03:00
parent b9bcb52da8
commit 900550e71e
9 changed files with 54 additions and 1 deletions
+1 -1
View File
@@ -102,7 +102,7 @@ def _generate_picture(diagram: Path, output_path: Path) -> None:
)
res = subprocess.run(
["d2", f"--theme={THEME_NUMBER}", str(diagram)],
["d2", str(diagram)],
check=True,
capture_output=True,
)