diff options
Diffstat (limited to 'python/insert_tranche_quotes.py')
| -rw-r--r-- | python/insert_tranche_quotes.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/insert_tranche_quotes.py b/python/insert_tranche_quotes.py index e680aee2..934313a2 100644 --- a/python/insert_tranche_quotes.py +++ b/python/insert_tranche_quotes.py @@ -151,7 +151,7 @@ def insert_quotes(year=2014, quote_dir=None): try:
conn.execute(ins, l)
except (IntegrityError, DataError) as e:
- print(e.orig)
+ logging.debug(e.orig)
t.rollback()
os.unlink(os.path.join(quote_dir, quotefile))
|
