Fix missing space in error message
Change-Id: I2124ddb46f96f12137cb92227f9c12f3624600ac Signed-off-by: Dr. Jens Harbott <harbott@osism.tech>
This commit is contained in:
@@ -32,6 +32,6 @@ class ElectionException(Exception):
|
|||||||
|
|
||||||
|
|
||||||
class MemberNotFoundException(ElectionException):
|
class MemberNotFoundException(ElectionException):
|
||||||
msg_fmt = ('No Open Infrastructure Foundation (OIF) data found for'
|
msg_fmt = ('No Open Infrastructure Foundation (OIF) data found for '
|
||||||
'%(email)s please check that %(email)s is a valid email address'
|
'%(email)s please check that %(email)s is a valid email address'
|
||||||
' and linked to a valid OIF account')
|
' and linked to a valid OIF account')
|
||||||
|
Reference in New Issue
Block a user