From: Plamen Dimitrov Date: Fri, 29 Jun 2012 09:38:56 +0000 (+0200) Subject: Tiny tiny report formatting correction X-Git-Url: http://developer.intra2net.com/git/?p=imap-fix-internaldate;a=commitdiff_plain;h=7487181d5b4120fd9bcd43143a7cd59929364775 Tiny tiny report formatting correction --- diff --git a/src/caching_data.py b/src/caching_data.py index 899d62e..ff32212 100644 --- a/src/caching_data.py +++ b/src/caching_data.py @@ -104,7 +104,6 @@ class CachingData: def report_conflicts(self): """Write a date conflicts report in a file.""" with open("conflict_stats.txt", 'w') as statsfile: - statsfile.write("Total date conflicts to be corrected (total1) and total messages without received headers (total2):\n\n") owner_total_conflicts = {} owner_total_missing = {} for user in self.data: