aboutsummaryrefslogtreecommitdiffstats
path: root/python
diff options
context:
space:
mode:
Diffstat (limited to 'python')
-rw-r--r--python/ops/funds.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/ops/funds.py b/python/ops/funds.py
index def7ad75..90511733 100644
--- a/python/ops/funds.py
+++ b/python/ops/funds.py
@@ -71,7 +71,7 @@ class Fund:
return (
base_dir
/ str(timestamp.date())
- / cls.filepath_pattern.format(timestamp, trade_tag)
+ / cls.filepath_pattern.format(timestamp=timestamp, trade_tag=trade_tag)
)