Revision 1617
Added by Aaron Marcuse-Kubitza almost 13 years ago
map | ||
---|---|---|
261 | 261 |
exc.add_msg(e, term.emph('row #:')+' '+str(row_num)) |
262 | 262 |
exc.add_msg(e, term.emph('input row:')+'\n'+str(input_row)) |
263 | 263 |
exc.add_msg(e, term.emph('output row:')+'\n'+str(root)) |
264 |
ex_tracker.track(e) |
|
264 |
ex_tracker.track(e, row_num)
|
|
265 | 265 |
|
266 | 266 |
xml_func.process(root, on_error) |
267 | 267 |
if not xml_dom.is_empty(root): |
Also available in: Unified diff
bin/map: Use new ExPercentTracker iter_num tracking to track distinct row #s with errors