From 7487181d5b4120fd9bcd43143a7cd59929364775 Mon Sep 17 00:00:00 2001 From: Plamen Dimitrov Date: Fri, 29 Jun 2012 11:38:56 +0200 Subject: [PATCH] Tiny tiny report formatting correction --- src/caching_data.py | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) 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: -- 1.7.1