We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a72242 commit db194d0Copy full SHA for db194d0
side_track/verify.py
@@ -64,6 +64,7 @@ def verify(exercise: GitAutograderExercise) -> GitAutograderOutput:
64
execute_function(
65
Path(exercise.repo.repo_path) / "greet.py", "greet", {"name": name}
66
)
67
+ print(buf.getvalue().strip())
68
if buf.getvalue().strip() != f"Hi {name}":
69
fixed_greet = False
70
break
0 commit comments