Closed trevorcampbell closed 3 years ago
Good point. However, I can only see one, in the csv_read
function but mention "commands" suggesting there are multiple ones, did I miss any?
I think I may have just seen that one and decided to create a general "look for instances of this problem" thread! So if there's only one, there's only one.
I see in
src/utils.py
there areopen(...)
commands without correspondingclose()
calls (and seemingly not within "with as" blocks). Should probably ensure we close open file objects when we're done with them.