diff options
Diffstat (limited to 'python')
| -rw-r--r-- | python/ops/funds.py | 2 |
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) ) |
