Revision 327
Added by Aaron Marcuse-Kubitza almost 13 years ago
bin/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
bin/map: Fixed syntax error where db variable had not been renamed to out_db