Revision 1878
Added by Aaron Marcuse-Kubitza over 12 years ago
bin/map | ||
---|---|---|
297 | 297 |
exc.add_msg(e, term.emph('input row:')+'\n'+str(input_row)) |
298 | 298 |
exc.add_msg(e, term.emph('output row:')+'\n'+str(root)) |
299 | 299 |
ex_tracker.track(e, row_num) |
300 |
pool.share(on_error) |
|
300 | 301 |
|
301 | 302 |
xml_func.process(root, on_error) |
302 | 303 |
if not xml_dom.is_empty(root): |
Also available in: Unified diff
bin/map: Share on_error with the pool