aboutsummaryrefslogtreecommitdiffstats
path: root/python/markit_red.py
diff options
context:
space:
mode:
Diffstat (limited to 'python/markit_red.py')
-rw-r--r--python/markit_red.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/markit_red.py b/python/markit_red.py
index 9241502f..949c0578 100644
--- a/python/markit_red.py
+++ b/python/markit_red.py
@@ -51,7 +51,7 @@ def update_redcodes(conn, fname):
conn.commit()
def update_redindices(fname):
- basedir = os.path.join(os.environ['BASE_DIR'], "Tranche_Data", "RED_reports")
+ basedir = os.path.join(os.environ['BASE_DIR'], "Tranche_data", "RED_reports")
with open(os.path.join(basedir, fname)) as fh:
e = etree.parse(fh)
root = e.getroot()