We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e76119c commit dbdf236Copy full SHA for dbdf236
bin/template_status.py
@@ -15,7 +15,9 @@
15
from githelp import Repo
16
from test_exercises import check_assignment
17
18
-DEFAULT_SPEC_LOCATION = Path('/__w/python-test-runner/python-test-runner/problem-specifications')
+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")
21
22
logging.basicConfig(format="%(levelname)s:%(message)s")
23
logger = logging.getLogger("generator")
0 commit comments