Skip to content

Commit dbdf236

Browse files
committed
Change of path for the test template script to see if it can find the config file.
1 parent e76119c commit dbdf236

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

bin/template_status.py

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

18-
DEFAULT_SPEC_LOCATION = Path('/__w/python-test-runner/python-test-runner/problem-specifications')
18+
PROBLEM_SPEC_REPO = "https://github.com/exercism/problem-specifications.git"
19+
DEFAULT_SPEC_LOCATION = Path("/__w/python-test-runner/python-test-runner/problem-specifications")
20+
# DEFAULT_SPEC_LOCATION = Path(".problem-specifications")
1921

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

0 commit comments

Comments
 (0)