aboutsummaryrefslogtreecommitdiffstats
path: root/python/load_intex_collateral.py
diff options
context:
space:
mode:
Diffstat (limited to 'python/load_intex_collateral.py')
-rw-r--r--python/load_intex_collateral.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/load_intex_collateral.py b/python/load_intex_collateral.py
index b54cd30e..3454b1fd 100644
--- a/python/load_intex_collateral.py
+++ b/python/load_intex_collateral.py
@@ -46,7 +46,7 @@ def upload_data(conn, dealnames, workdate):
line[key] = line[key].upper()
if line['Asset Subtype']:
line['Asset Subtype'] = line['Asset Subtype'].replace("Reinvest ", "").replace("Reinv ","")
- for key, l in [('LoanX ID', 8) ('CUSIP', 9), ('Asset Subtype', 10)]:
+ for key, l in [('LoanX ID', 8), ('CUSIP', 9), ('Asset Subtype', 10)]:
if line[key]:
if len(line[key]) > l:
logging.warning("dubious {0} found: {1}".format(key, line[key]))