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 90938b9 commit 2077743Copy full SHA for 2077743
cli/commands/verify.py
@@ -149,8 +149,8 @@ def verify(ctx: click.Context) -> None:
149
requires_repo = gitmastery_exercise_config.get("requires_repo", True)
150
output: Optional[GitAutograderOutput]
151
try:
152
+ os.chdir(gitmastery_exercise_root_path)
153
if requires_repo:
- os.chdir(gitmastery_exercise_root_path)
154
current_repo = GitAutograderRepo(exercise_name, ".")
155
output = execute_py_file_function_from_url(
156
formatted_exercise_name,
0 commit comments