We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a6910ea commit 3687006Copy full SHA for 3687006
side_track/verify.py
@@ -96,8 +96,7 @@ def verify(exercise: GitAutograderExercise) -> GitAutograderOutput:
96
)
97
except (GitAutograderWrongAnswerException, GitAutograderInvalidStateException):
98
raise
99
- except Exception as e:
100
- print(e)
+ except Exception:
101
raise exercise.wrong_answer(["Something bad happened"])
102
finally:
103
main_branch.checkout()
0 commit comments