Tiny tiny report formatting correction
authorPlamen Dimitrov <plamen.dimitrov@intra2net.com>
Fri, 29 Jun 2012 09:38:56 +0000 (11:38 +0200)
committerPlamen Dimitrov <plamen.dimitrov@intra2net.com>
Fri, 29 Jun 2012 09:38:56 +0000 (11:38 +0200)
src/caching_data.py

index 899d62e..ff32212 100644 (file)
@@ -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: