Skip to content

Commit dc4ad47

Browse files
committed
[branch-bender] Logging
1 parent d2fa2a9 commit dc4ad47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

branch_bender/verify.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ def verify(exercise: GitAutograderExercise) -> GitAutograderOutput:
2727
raise exercise.wrong_answer([DETACHED_HEAD])
2828

2929
main_reflog = main_branch.reflog
30-
print(exercise.repo.repo.git.reflog("show", "main"))
30+
print(exercise.repo.repo.git.reflog("show", "main").splitlines())
3131
print(main_reflog)
3232

3333
try:

0 commit comments

Comments
 (0)