[issue24503] csv.writer fails when within csv.reader

Josh Rosenberg report at bugs.python.org
Thu Jun 25 03:32:59 CEST 2015


Josh Rosenberg added the comment:

Obvious possibility: input.csv is empty, so the loop never executes. You could always add prints within the loop as well, so you know it actually read something.

----------
nosy: +josh.r

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue24503>
_______________________________________


More information about the Python-bugs-list mailing list