This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author josh.r
Recipients ezzieyguywuf, josh.r, martin.panter
Date 2015-06-25.01:32:58
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1435195979.88.0.35556781974.issue24503@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2015-06-25 01:32:59josh.rsetrecipients: + josh.r, martin.panter, ezzieyguywuf
2015-06-25 01:32:59josh.rsetmessageid: <1435195979.88.0.35556781974.issue24503@psf.upfronthosting.co.za>
2015-06-25 01:32:59josh.rlinkissue24503 messages
2015-06-25 01:32:59josh.rcreate