daankoning / debater.py

A simple library to keep track of your progress and history in competitive debating.
https://debaterpy.readthedocs.io/en/stable/
MIT License
0 stars 0 forks source link

`utils.generate_csv` handles lists of strings poorly #7

Open daankoning opened 1 year ago

daankoning commented 1 year ago

This is the actual issue that was misidentified in #6. The function simply prints an ugly python string cast of the list, this is very poor design.