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"\
|
"tandard ssl port %d configured. Make sure you connect"\
|
||||||
" to the correct port." % (self.hostname, self.port)
|
" to the correct port." % (self.hostname, self.port)
|
||||||
else:
|
else:
|
||||||
reason = "Unknown SSL protocol connecting to host '%s' for"\
|
reason = "Unknown SSL protocol connecting to host '%s' for "\
|
||||||
" repository '%s'. OpenSSL responded:\n%s"\
|
"repository '%s'. OpenSSL responded:\n%s"\
|
||||||
% (self.hostname, self.repos, e)
|
% (self.hostname, self.repos, e)
|
||||||
raise OfflineImapError(reason, severity)
|
raise OfflineImapError(reason, severity)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user