diff options
| -rw-r--r-- | python/report_ops/cash.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/python/report_ops/cash.py b/python/report_ops/cash.py index ba3f51c7..48a7b024 100644 --- a/python/report_ops/cash.py +++ b/python/report_ops/cash.py @@ -30,7 +30,6 @@ class CashReport: def get_report(self): report_dir = get_dir(self.knowledge_date) - report_dir.mkdir(exist_ok=True, parents=True) reports = [ f for f in report_dir.iterdir() |
