Skip to content

Commit e088ff0

Browse files
committed
[side-track] Add logging
1 parent e07558c commit e088ff0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

side_track/verify.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ def verify(exercise: GitAutograderExercise) -> GitAutograderOutput:
5454
bug_fix_branch = exercise.repo.branches.branch("bug-fix")
5555
bug_fix_branch.checkout()
5656
if len(bug_fix_branch.user_commits) < 2:
57+
print(bug_fix_branch.user_commits)
5758
raise exercise.wrong_answer([MISSING_COMMITS])
5859

5960
# Ensure that they applied the right fix by testing the greet function

0 commit comments

Comments
 (0)