diff options
Diffstat (limited to 'python/cusip_universe.py')
| -rw-r--r-- | python/cusip_universe.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/cusip_universe.py b/python/cusip_universe.py index bd024d4d..4dc9c998 100644 --- a/python/cusip_universe.py +++ b/python/cusip_universe.py @@ -71,7 +71,7 @@ def upload_data(workdate, conn, cursor): cursor.execute(sqlstring, line) except psycopg2.DataError: pdb.set_trace() - print "uploaded: {0}".format(line['CUSIP']) + print("uploaded: {0}".format(line['CUSIP'])) conn.commit() for dealname in deals_to_update: try: |
