Skip to content

Commit 0ec6172

Browse files
committed
[side-track] Logging
1 parent e088ff0 commit 0ec6172

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.commits)
5758
print(bug_fix_branch.user_commits)
5859
raise exercise.wrong_answer([MISSING_COMMITS])
5960

0 commit comments

Comments
 (0)