You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
Right now the grading_logs variable in the graders is always None before the _run method where the executor runs actual the auto-grading job.
Describe the solution you'd like
There should be try statements around _pull_submission etc. in the start method. When catching an error the logs should be set appropriately.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
Right now the
grading_logs
variable in the graders is alwaysNone
before the_run
method where the executor runs actual the auto-grading job.Describe the solution you'd like
There should be
try
statements around_pull_submission
etc. in thestart
method. When catching an error the logs should be set appropriately.The text was updated successfully, but these errors were encountered: