diff --git a/offlineimap/imaplibutil.py b/offlineimap/imaplibutil.py index 0bfdc3d..c88d04b 100644 --- a/offlineimap/imaplibutil.py +++ b/offlineimap/imaplibutil.py @@ -212,7 +212,7 @@ 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), + (zip([hash.__name__ for hash in hashes], server_fingerprints), host, self._fingerprint), OfflineImapError.ERROR.REPO)