aboutsummaryrefslogtreecommitdiffstats
path: root/python/download_markit_quotes.py
diff options
context:
space:
mode:
Diffstat (limited to 'python/download_markit_quotes.py')
-rw-r--r--python/download_markit_quotes.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/download_markit_quotes.py b/python/download_markit_quotes.py
index 41e83905..42ca98b4 100644
--- a/python/download_markit_quotes.py
+++ b/python/download_markit_quotes.py
@@ -13,7 +13,7 @@ from task_server.insert_tranche_quotes import insert_quotes
import logging
import sys
-logging.basicConfig(filename='/home/share/CorpCDOs/logs/download_tranche_quotes.log',
+logging.basicConfig(filename='/home/serenitas/CorpCDOs/logs/download_tranche_quotes.log',
level=logging.INFO,
format='%(asctime)s %(message)s')