Revision 5124
Added by Aaron Marcuse-Kubitza over 12 years ago
bin/tnrs_db | ||
---|---|---|
42 | 42 |
# Connect to DB |
43 | 43 |
db = sql.connect(db_config, log_debug=log) |
44 | 44 |
|
45 |
tnrs_profiler = profiling.ItersProfiler(iter_text='row')
|
|
45 |
tnrs_profiler = profiling.ItersProfiler(iter_text='name')
|
|
46 | 46 |
|
47 | 47 |
# Iterate over unscrubbed verbatim taxonpaths |
48 | 48 |
start = 0 |
Also available in: Unified diff
tnrs_db: tnrs_profiler: Use iter_text='name' for consistency with tnrs.tnrs_request()'s own profiler's iter_text