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 glittershark
Recipients eric.smith, glittershark, r.david.murray
Date 2012-02-28.19:48:33
SpamBayes Score 0.006273728
Marked as misclassified No
Message-id <1330458514.35.0.567294731085.issue14145@psf.upfronthosting.co.za>
In-reply-to
Content
Actually, I did some diagnosis and it would appear it was actually an inappropriate call - I was assuming os.path.walk returned a tuple containing a list of files instead of a tuple containing a list of lists of files.

Sorry about that.
History
Date User Action Args
2012-02-28 19:48:34glittersharksetrecipients: + glittershark, eric.smith, r.david.murray
2012-02-28 19:48:34glittersharksetmessageid: <1330458514.35.0.567294731085.issue14145@psf.upfronthosting.co.za>
2012-02-28 19:48:33glittersharklinkissue14145 messages
2012-02-28 19:48:33glittersharkcreate