Project

General

Profile

« Previous | Next » 

Revision 2600

bin/map: out_is_db: Don't evaluate relational functions in xml_func.process() because these will be evaluated by db_xml.put()

View differences:

map
403 403
                pool.share_vars(locals())
404 404
                
405 405
                row_root = root.cloneNode(True) # deep copy so don't modify root
406
                xml_func.process(row_root, on_error, out_db)
406
                xml_func.process(row_root, on_error)
407 407
                if not xml_dom.is_empty(row_root):
408 408
                    assert xml_dom.has_one_child(row_root)
409 409
                    try:

Also available in: Unified diff