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 914a09fa..1df2cbb6 100644
--- a/python/markit_red.py
+++ b/python/markit_red.py
@@ -59,7 +59,7 @@ def download_report(report):
def update_redcodes(fname):
- with ("BASE_DIR" / "Tranche_data" / "RED_reports" / fname).open() as fh:
+ with (BASE_DIR / "Tranche_data" / "RED_reports" / fname).open() as fh:
et = etree.parse(fh)
data_version = []
data_maturity = []