aboutsummaryrefslogtreecommitdiffstats
path: root/python
diff options
context:
space:
mode:
Diffstat (limited to 'python')
-rw-r--r--python/collateral/__main__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/collateral/__main__.py b/python/collateral/__main__.py
index 91c2d1dd..1e43108f 100644
--- a/python/collateral/__main__.py
+++ b/python/collateral/__main__.py
@@ -88,7 +88,7 @@ def run_collateral(cp, fund, positions, positions_rates, workdate, engine):
lookback += 1
workdate = prev_business_day(workdate)
except ValueError as e:
- logger.error(f"{fund} ({cp}) : {e}")
+ logger.error(f"{fund} ({cp}) : {str(e)}")
break
else:
break