Index: trunk/tools/editor_trends/etl/extracter.py |
— | — | @@ -168,6 +168,8 @@ |
169 | 169 | print '''Archive file is possibly corrupted. Please delete this archive
|
170 | 170 | and retry downloading. Error message: %s''' % error
|
171 | 171 | sys.exit(-1)
|
| 172 | + except Exception, error:
|
| 173 | + print error
|
172 | 174 |
|
173 | 175 | filename = 'counts_kaggle_%s.csv' % file_id
|
174 | 176 | fh = file_utils.create_txt_filehandle(rts.txt, filename, 'w', 'utf-8')
|