Revision 2799
Added by Aaron Marcuse-Kubitza over 12 years ago
bin/csv2db | ||
---|---|---|
141 | 141 |
exc.print_ex(e, plain=True) |
142 | 142 |
use_copy_from[0] = False |
143 | 143 |
load() # try again with different approach |
144 |
else: raise e
|
|
144 |
else: raise |
|
145 | 145 |
|
146 | 146 |
main() |
Also available in: Unified diff
csv2db: When reraising exception, use `raise` instead of `raise e` to preserve whole stack trace