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 d2fa2a9 commit dc4ad47Copy full SHA for dc4ad47
branch_bender/verify.py
@@ -27,7 +27,7 @@ def verify(exercise: GitAutograderExercise) -> GitAutograderOutput:
27
raise exercise.wrong_answer([DETACHED_HEAD])
28
29
main_reflog = main_branch.reflog
30
- print(exercise.repo.repo.git.reflog("show", "main"))
+ print(exercise.repo.repo.git.reflog("show", "main").splitlines())
31
print(main_reflog)
32
33
try:
0 commit comments