Remove inappropriate pass in MemberNotFoundException
This was needed initially in testing, and should never have been committed :( Change-Id: Ibdcb7871ac90d0689acddbe928dc0c08a9245ccf
This commit is contained in:
parent
6d5c4f4f3a
commit
644593f2e4
@ -39,4 +39,3 @@ class MemberNotFoundException(ElectionException):
|
||||
msg_fmt = ('No Openstack Foundation (OSF) data found for %(email)s please '
|
||||
'check that %(email)s is a valid email address and linked to a '
|
||||
'valid OSF account')
|
||||
pass
|
||||
|
Loading…
Reference in New Issue
Block a user