diff --git a/offlineimap/accounts.py b/offlineimap/accounts.py index 77d8f0e..6a7d867 100644 --- a/offlineimap/accounts.py +++ b/offlineimap/accounts.py @@ -303,8 +303,9 @@ class SyncableAccount(Account): raise self.ui.error(e, exc_info()[2]) except Exception as e: - self.ui.error(e, exc_info()[2], msg= - "While attempting to sync account '%s'" % self) + self.ui.error(e, exc_info()[2], + msg="While attempting to sync account '%s'" % + self) else: # After success sync, reset the looping counter to 3. if self.refreshperiod: