Reformat offlineimap/imaplibutil.py
Add some spaces, remove lines,... now format is better (lintian).
This commit is contained in:
parent
ba9a3ce819
commit
20a9837e26
@ -220,7 +220,8 @@ class WrappedIMAP4_SSL(UsefulIMAPMixIn, IMAP4_SSL):
|
||||
"does not match configured fingerprint(s) %s. "
|
||||
"Please verify and set 'cert_fingerprint' accordingly "
|
||||
"if not set yet." %
|
||||
(list(zip([hash.__name__ for hash in hashes], server_fingerprints)), host, self._fingerprint),
|
||||
(list(zip([hash.__name__ for hash in hashes], server_fingerprints)), host,
|
||||
self._fingerprint),
|
||||
OfflineImapError.ERROR.REPO)
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user