Re: [Webware-devel] cvs is broke

2002-06-21 Thread Chuck Esterbrook
> >$ python ExceptionHandler.py > > File "ExceptionHandler.py", line 212 > >Writes a table whose contents are given by listOfDicts. The > >^ > >SyntaxError: invalid syntax On Friday 21 June 2002 07:29 pm, Ian Bicking wrote: > I'm confused... I'm not getting the same thing. But then, I'm

Re: [Webware-devel] cvs is broke

2002-06-21 Thread Edmund Lian
>$ python ExceptionHandler.py > File "ExceptionHandler.py", line 212 >Writes a table whose contents are given by listOfDicts. The >^ >SyntaxError: invalid syntax I came across this very problem today. There's some deeper issue involved since changing """ back to ''' in ExceptionHandler.

Re: [Webware-devel] cvs is broke

2002-06-21 Thread Ian Bicking
I'm confused... I'm not getting the same thing. But then, I'm unclear enough on CVS that I might not be looking at the same version of the file as you. On Fri, 2002-06-21 at 19:50, Chuck Esterbrook wrote: > $ python ExceptionHandler.py > File "ExceptionHandler.py", line 212 > Writes a tabl