Project

General

Profile

« Previous | Next » 

Revision 327

bin/map: Fixed syntax error where db variable had not been renamed to out_db

View differences:

map
167 167
                    child = root.firstChild
168 168
                    try:
169 169
                        db_xml.put(out_db, child, False, row_ct_ref, out_pkeys)
170
                        if commit: db.commit()
170
                        if commit: out_db.commit()
171 171
                    except Exception:
172 172
                        out_db.rollback()
173 173
                        traceback.print_exc()

Also available in: Unified diff