Re: Exception in weberror/exceptions/errormiddleware.py

2007-12-09 Thread Ben Bangert
On Dec 7, 2007, at 4:01 PM, Graham Higgins wrote: Wrong again. It's already been logged.: http://pylonshq.com/project/pylonshq/ticket/336 Thanks, this has been fixed in the latest source. Cheers, Ben smime.p7s Description: S/MIME cryptographic signature

Re: Exception in weberror/exceptions/errormiddleware.py

2007-12-07 Thread Graham Higgins
On Dec 7, 4:18 pm, Graham Higgins <[EMAIL PROTECTED]> wrote: > Ah, nowhere to post a ticket, so ... Wrong again. It's already been logged.: http://pylonshq.com/project/pylonshq/ticket/336 --~--~-~--~~~---~--~~ You received this message because you are subscribed t

Exception in weberror/exceptions/errormiddleware.py

2007-12-07 Thread Graham Higgins
Ah, nowhere to post a ticket, so ... The returned value from formatter.format_text is a tuple, so the subsequent string processing of err_report blows up both in the concatenation and in the error_stream.write. I'm using this crude workaround. --- errormiddleware.py +++ (clipboard) @@ -375,7 +3