Skip to content

Commit e76119c

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

File tree

2 files changed

+1
-98
lines changed

2 files changed

+1
-98
lines changed

bin/scratch.txt

Lines changed: 0 additions & 97 deletions
This file was deleted.

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('/python')
18+
DEFAULT_SPEC_LOCATION = Path('/__w/python-test-runner/python-test-runner/problem-specifications')
1919

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

0 commit comments

Comments
 (0)