Fix missing space in error message

Change-Id: I2124ddb46f96f12137cb92227f9c12f3624600ac
Signed-off-by: Dr. Jens Harbott <harbott@osism.tech>
This commit is contained in:
Dr. Jens Harbott
2025-08-18 14:39:50 +02:00
parent 2202febc40
commit 39e741d59e

View File

@@ -32,6 +32,6 @@ class ElectionException(Exception):
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'
' and linked to a valid OIF account')