aboutsummaryrefslogtreecommitdiffstats
path: root/python/report_ops/cash.py
diff options
context:
space:
mode:
Diffstat (limited to 'python/report_ops/cash.py')
-rw-r--r--python/report_ops/cash.py1
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()