Reformat offlineimap/imaplibutil.py

Add some spaces, remove lines,... now format is better (lintian).
This commit is contained in:
Rodolfo García Peñas (kix) 2020-08-29 20:17:18 +02:00
parent ba9a3ce819
commit 20a9837e26

View File

@ -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)