Mercurial > repos > iuc > query_tabular
comparison load_db.py @ 15:09dcef57a945 draft default tip
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/query_tabular commit dd35055c76d86fe98985b5825c1751efb8208242
| author | iuc |
|---|---|
| date | Thu, 27 Jun 2024 17:22:43 +0000 |
| parents | f777a82b7a15 |
| children |
comparison
equal
deleted
inserted
replaced
| 14:3c54ecaf63b4 | 15:09dcef57a945 |
|---|---|
| 326 c.execute(index_def) | 326 c.execute(index_def) |
| 327 conn.commit() | 327 conn.commit() |
| 328 c.close() | 328 c.close() |
| 329 except Exception as e: | 329 except Exception as e: |
| 330 print('Failed: %s err: %s' % (index_def, e), file=sys.stderr) | 330 print('Failed: %s err: %s' % (index_def, e), file=sys.stderr) |
| 331 raise(e) | 331 raise e |
