aboutsummaryrefslogtreecommitdiffstats
path: root/python
diff options
context:
space:
mode:
Diffstat (limited to 'python')
-rw-r--r--python/calibrate_tranches_BC.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/calibrate_tranches_BC.py b/python/calibrate_tranches_BC.py
index 10bb42dc..e0ca250f 100644
--- a/python/calibrate_tranches_BC.py
+++ b/python/calibrate_tranches_BC.py
@@ -76,7 +76,7 @@ if __name__ == "__main__":
if args.markit:
TrancheBasket = MarkitTrancheBasket
- CODE_DIR = Path(__file__).parent.parent
+ CODE_DIR = Path(__file__).absolute().parent.parent
if not args.debug:
handler = SerenitasFileHandler(f"calib_tranches_{datetime.date.today()}.log")
else: