diff options
Diffstat (limited to 'python')
| -rw-r--r-- | python/common.py | 2 | ||||
| -rw-r--r-- | python/task_server/insert_tranche_quotes.py | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/python/common.py b/python/common.py index 557189a4..009f0ba6 100644 --- a/python/common.py +++ b/python/common.py @@ -3,7 +3,7 @@ import os if os.name =='nt': root = "//WDsentinel/share/CorpCDOs" elif os.name == 'posix': - root = '/home/share/CorpCDOs' + root = '/home/serenitas/CorpCDOs' def sanitize_float(intex_float): try: diff --git a/python/task_server/insert_tranche_quotes.py b/python/task_server/insert_tranche_quotes.py index 58a6e207..02d93190 100644 --- a/python/task_server/insert_tranche_quotes.py +++ b/python/task_server/insert_tranche_quotes.py @@ -36,7 +36,7 @@ runningdict2 = {0: 500, 3:500, 7:500, 10:100, 15:100, 30:100} def insert_quotes(year=2016, quote_dir=None):
if not quote_dir:
- root_dir = '/home/share/CorpCDOs'
+ root_dir = '/home/serenitas/CorpCDOs'
quote_dir = os.path.join(root_dir, 'Tranche_data', 'Quotes')
quotefiles = [f for f in os.listdir(quote_dir) if f.endswith('csv')]
for quotefile in quotefiles:
|
