From 35b95c6f04719409cc7eb5765f6f310f22760cd5 Mon Sep 17 00:00:00 2001 From: cfdaily Date: Sun, 7 Jun 2026 20:29:00 +0800 Subject: [PATCH] auto-sync: 2026-06-07 20:29:00 --- src/daemon/toolchain_templates.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/daemon/toolchain_templates.py b/src/daemon/toolchain_templates.py index c6f0af8..bba8a88 100644 --- a/src/daemon/toolchain_templates.py +++ b/src/daemon/toolchain_templates.py @@ -12,7 +12,7 @@ from typing import Dict logger = logging.getLogger(__name__) -TEMPLATES_DIR = Path(__file__).parent.parent / "templates" / "toolchain" +TEMPLATES_DIR = Path(__file__).parent.parent.parent / "templates" / "toolchain" # 模板文件名映射 _TEMPLATE_MAP: Dict[str, str] = {