Revision 5761
Added by Aaron Marcuse-Kubitza about 12 years ago
tnrs_db | ||
---|---|---|
77 | 77 |
finally: |
78 | 78 |
tnrs_profiler.stop(iter_ct=this_ct) |
79 | 79 |
log('Cumulatively: '+tnrs_profiler.msg()) |
80 |
except tnrs.InvalidResponse: pass # skip set in case it caused error |
|
81 | 80 |
else: |
82 | 81 |
log('Storing TNRS response data') |
83 | 82 |
reader, header = csvs.reader_and_header(stream) |
Also available in: Unified diff
tnrs_db: Removed tnrs.InvalidResponse exception handler that retries the query because the current query does not track which names have been submitted to but not processed by TNRS, so the error would continue to happen repeatedly