diff options
Diffstat (limited to 'python/report_ops/sma.py')
| -rw-r--r-- | python/report_ops/sma.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/report_ops/sma.py b/python/report_ops/sma.py index 99748d44..fd70ab04 100644 --- a/python/report_ops/sma.py +++ b/python/report_ops/sma.py @@ -157,7 +157,7 @@ product_name_mapping = { def get_path(cob, fund): match fund: - case "ISOSEL": + case "ISOSEL" | "CRSE": filepath_pattern = "Innocap_{fund}_positions_{cob:%Y-%m-%d}.csv" case _: filepath_pattern = "{fund}_positions_{cob:%Y%m%d}.csv" |
