gavinmccabe

Results 2 issues of gavinmccabe

When running ```python submissions = assignment.list_submission(student=student) if submissions: submission = submissions[0] submission.grader = grader submission.saveInstance() ``` I get the error `AttributeError: 'Submissions' object has no attribute 'saveInstance'` Similarly when trying...

Removing this try block enables LJM loading errors to be percolated up to the user and allows proper handling of them in a reasonable context. As of now, the program...