shutil.copyfile is incomplete (truncated)

Chris Angelico rosuav at gmail.com
Fri Apr 12 05:22:21 EDT 2013


On Fri, Apr 12, 2013 at 7:18 PM, Rob Schneider <rmschne at gmail.com> wrote:
>   f.close

Yep, there's the problem! See my previous post for details. Change this to:

f.close()

and you should be sorted.

ChrisA



More information about the Python-list mailing list