diff options
Diffstat (limited to 'python')
| -rw-r--r-- | python/markit_red.py | 2 |
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 = [] |
