Skip to content

Commit 83bd4fb

Browse files
committed
Changed spec location in the hopes of gettig templates validated.
1 parent b9108dc commit 83bd4fb

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

bin/data.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414
import tomli as tomllib
1515

1616

17-
1817
def _custom_dataclass_init(self, *args, **kwargs):
1918
# print(self.__class__.__name__, "__init__")
2019
names = [field.name for field in fields(self)]

bin/template_status.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
from githelp import Repo
1616
from test_exercises import check_assignment
1717

18-
DEFAULT_SPEC_LOCATION = Path('')
18+
DEFAULT_SPEC_LOCATION = Path('/python')
1919

2020
logging.basicConfig(format="%(levelname)s:%(message)s")
2121
logger = logging.getLogger("generator")

0 commit comments

Comments
 (0)