Skip to content
Snippets Groups Projects
Commit 6b4b9c83 authored by Tanner Prestegard's avatar Tanner Prestegard Committed by GraceDB
Browse files

Bugfix for event-superevent category checks

parent 4642abd6
No related branches found
No related tags found
No related merge requests found
......@@ -415,9 +415,9 @@ class Superevent(CleanSaveModel, AutoIncrementModel):
# one that datetime can't parse or that the regex won't match
pass
class EventTypeMismatchError(Exception):
class EventCategoryMismatchError(Exception):
# To be raised when an attempt is made to add an event with an
# incompatible type
# incompatible category
pass
# Classes for direct foreign key lookups of permissions. Should
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment