Project

General

Profile

« Previous | Next » 

Revision 3719

db_xml.py: put(): wrap_e(): Call augment_error() to add the current node to the error message

View differences:

lib/db_xml.py
68 68
        augment_error(e)
69 69
        on_error(e)
70 70
    
71
    def wrap_e(e): raise xml_func.SyntaxError(e)
71
    def wrap_e(e):
72
        augment_error(e)
73
        raise xml_func.SyntaxError(e)
72 74
    
73 75
    is_func = xml_func.is_func(node)
74 76
    out_table = name_of(node)

Also available in: Unified diff