Revision 2880
Added by Aaron Marcuse-Kubitza over 12 years ago
bin/map | ||
---|---|---|
224 | 224 |
break # no more rows |
225 | 225 |
if i < start: continue # not at start row yet |
226 | 226 |
|
227 |
log('Processing input row #'+str(i), level=1.1) |
|
227 | 228 |
process_row(row, i) |
228 | 229 |
row_ready(i, row) |
229 | 230 |
row_ct = i-start+1 |
Also available in: Unified diff
bin/map: Log the row # being processed with level=1.1 so that the user can see a status report if desired