This commit is contained in:
Xi Yan 2024-10-18 17:28:26 -07:00
parent cbb423a32f
commit c830235936
4 changed files with 17 additions and 4 deletions

View file

@ -13,7 +13,7 @@ from functools import lru_cache
from pathlib import Path
TEMPLATES_PATH = (
Path(os.path.relpath(__file__)).parent.parent.parent / "distribution" / "templates"
Path(os.path.relpath(__file__)).parent.parent.parent.parent / "distributions"
)