mirror of
https://github.com/ulbwazhine/MockupEngineer.git
synced 2024-11-21 16:36:34 +03:00
2022.01.31.1
This commit is contained in:
parent
cdadb81c69
commit
ec1d26f6d2
|
@ -4,7 +4,7 @@ from dataclasses import dataclass, field
|
|||
from pathlib import Path
|
||||
from typing import List
|
||||
|
||||
templates_path = os.path.join("/".join(os.path.dirname(os.path.abspath(__file__)).split('/')[:-1]), 'templates')
|
||||
templates_path = os.path.join(os.path.dirname(os.path.dirname(__file__)), 'templates')
|
||||
|
||||
|
||||
def __list_all_templates():
|
||||
|
|
Loading…
Reference in New Issue
Block a user