Index: trunk/tools/editor_trends/etl/store.py |
— | — | @@ -55,7 +55,7 @@ |
56 | 56 | fh = file_utils.create_txt_filehandle(self.rts.sorted, filename, |
57 | 57 | 'r', 'utf-8') |
58 | 58 | for line in file_utils.read_raw_data(fh): |
59 | | - if len(line) == 1: |
| 59 | + if len(line) == 1 or len(line) == 4: |
60 | 60 | continue |
61 | 61 | editor = line[0] |
62 | 62 | #print 'Parsing %s' % editor |