Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix: properly handle student errors #2

Merged
merged 2 commits into from
Jul 8, 2024

Conversation

Doran-Penner
Copy link
Contributor

As-is, an error raised by the submitted code (such as a NotImplementedError) will be logged as an internal error, which is a bug. This fixes that by adding an additional error-catching case to check whether an error truly is internal or if it's the submission's fault. (We also now import StudentError to convey this.)

@FlickerSoul FlickerSoul merged commit 063d5ff into FlickerSoul:main Jul 8, 2024
1 check failed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants