Skip to content

Commit

Permalink
Set danger for missing users/groups (fixes #22)
Browse files Browse the repository at this point in the history
  • Loading branch information
eleanor-clifford committed Dec 19, 2024
1 parent 0ab97bc commit 00c3f70
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions srcf/controllib/jobs.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ class Missing:

def __init__(self, key):
self.crsid = self.name = self.society = self.description = key
self.danger = True


def _try_get(fn):
Expand Down

0 comments on commit 00c3f70

Please sign in to comment.