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
File "/home/deploy/umbridge/app/wall_e/models/canvas_api.py", line 97, in get_assignment_name_by_id
name = self._config[self._course_name]['canvas_name_to_assignment'].get(
KeyError: 'canvas_name_to_assignment'
*** fixed by adding key "canvas_name_to_assignment" to python in settings. This should not be needed. It should use the one in default instead. I think there is another issue up about this.
If an assignemnts name does not exist in assignment_folders, it will crash and stop umbirdge from doing any correcting.
Handle it!
The text was updated successfully, but these errors were encountered: