The `save_report_section_decorator` calls `f.write(content)` but some report sections (e.g. `trader_investment_plan`) can be a list instead of a string, causing `TypeError: write() argument must be str, not list`. Handle this by joining list items with newlines before writing. |
||
|---|---|---|
| .. | ||
| static | ||
| __init__.py | ||
| announcements.py | ||
| config.py | ||
| main.py | ||
| models.py | ||
| stats_handler.py | ||
| utils.py | ||