Move space to the end of string
... to be aligned with the rest of the code. Signed-off-by: Eygene Ryabinkin <rea@codelabs.ru>
This commit is contained in:
parent
9eba0e5eb7
commit
d96af192ed
@ -478,8 +478,8 @@ class IMAPServer:
|
||||
"tandard ssl port %d configured. Make sure you connect"\
|
||||
" to the correct port." % (self.hostname, self.port)
|
||||
else:
|
||||
reason = "Unknown SSL protocol connecting to host '%s' for"\
|
||||
" repository '%s'. OpenSSL responded:\n%s"\
|
||||
reason = "Unknown SSL protocol connecting to host '%s' for "\
|
||||
"repository '%s'. OpenSSL responded:\n%s"\
|
||||
% (self.hostname, self.repos, e)
|
||||
raise OfflineImapError(reason, severity)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user