Project

General

Profile

« Previous | Next » 

Revision 2598

bin/map: Use xml_func.process(..., strip=True) instead of xml_func.strip()

View differences:

map
321 321
                preserve_funcs = db_xml.put_table_special_funcs.copy()
322 322
                preserve_funcs |= set(sql.tables(in_db, schema_like='%',
323 323
                    table_like=r'\__%'))
324
                xml_func.strip(root, preserve_funcs)
324
                xml_func.process(root, preserve=preserve_funcs, strip=True)
325 325
                if debug: log_debug('Putting stripped:\n'+str(root))
326 326
                    # only calc if debug
327 327
                

Also available in: Unified diff