changes on disk not visible to script ?

Nick Craig-Wood nick at craig-wood.com
Mon Oct 8 13:30:13 EDT 2007


Bruce <epost2 at gmail.com> wrote:
>  On 8 Okt, 15:56, Richie Hindle <ric... at entrian.com> wrote:
> > [Bruce]
> >
> > > f.close()
> > > cmd = "echo %s | %s"%(argument_file,the_program)
> >
> > Either: you are a VB programmer and you've actually typed "f.close" rather
> > than "f.close()",
> 
>  You are right, I forgot the () in f.close() !
>  thanks for pointing that out.
> 
>  VB programmer!? Thats really harsh..

I used to make that mistake a lot as an ex-perl programmer.  I think
ruby is the same.

pychecker will warn about it though.

-- 
Nick Craig-Wood <nick at craig-wood.com> -- http://www.craig-wood.com/nick



More information about the Python-list mailing list