Revision 5837
Added by Aaron Marcuse-Kubitza about 12 years ago
tnrs_db | ||
---|---|---|
52 | 52 |
total_pause = 0 |
53 | 53 |
while True: |
54 | 54 |
# Fetch next set |
55 |
cur = sql.select(db, tnrs_input, None, limit=tnrs.max_names, |
|
56 |
cacheable=False) |
|
55 |
cur = sql.select(db, tnrs_input, limit=tnrs.max_names, cacheable=False) |
|
57 | 56 |
this_ct = cur.rowcount |
58 | 57 |
log('Processing '+str(this_ct)+' taxonlabels') |
59 | 58 |
if this_ct == 0: |
Also available in: Unified diff
tnrs_db: Fetching names to scrub: Omit sql.select() fields param because it will be filled in with its default value