Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
GraceDB Server
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Michael Coughlin
GraceDB Server
Commits
6b4b9c83
Commit
6b4b9c83
authored
6 years ago
by
Tanner Prestegard
Committed by
GraceDB
6 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Bugfix for event-superevent category checks
parent
4642abd6
No related branches found
Branches containing commit
Tags
gracedb-2.31.0
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
gracedb/superevents/models.py
+2
-2
2 additions, 2 deletions
gracedb/superevents/models.py
with
2 additions
and
2 deletions
gracedb/superevents/models.py
+
2
−
2
View file @
6b4b9c83
...
...
@@ -415,9 +415,9 @@ class Superevent(CleanSaveModel, AutoIncrementModel):
# one that datetime can't parse or that the regex won't match
pass
class
Event
Type
MismatchError
(
Exception
):
class
Event
Category
MismatchError
(
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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment