diff options
Diffstat (limited to 'python')
| -rw-r--r-- | python/load_intex_collateral.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/python/load_intex_collateral.py b/python/load_intex_collateral.py index c7c2580f..5452335c 100644 --- a/python/load_intex_collateral.py +++ b/python/load_intex_collateral.py @@ -147,7 +147,8 @@ def intex_data(conn, workdate): #then load tranche data for cusip_file in cusip_files: upload_cusip_data(conn, cusip_file) - upload_data(conn, dealnames, workdate) + + upload_data(conn, dealnames, workdate) if __name__ == "__main__": if len(sys.argv) > 1: |
