Project

General

Profile

« Previous | Next » 

Revision 1617

bin/map: Use new ExPercentTracker iter_num tracking to track distinct row #s with errors

View differences:

bin/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