Roundup Tracker - Issues

Message4545

Author ber
Recipients ber, ced, schlatterbeck, willkg
Date 2012-05-11.22:25:57
Message-id <1336775157.69.0.106076071004.issue2550712@psf.upfronthosting.co.za>
In-reply-to
Testing with current tip in hg (pre 1.4.20) and python 2.7.2 and I get the issue
when running demo.py and trying to csv export something with a column that does 
not exist. I can see it with curl and a webbrowser.

However I don't like the resulting error message, somehow the
expection.NotFound does not propagate a message up.
I believe that ./cgi/client.py will actually reraise raise NotFound(e)
but I haven't tracked it to roundup_server. So what do we need to change
to get the message out that we could not find that column?
History
Date User Action Args
2012-05-11 22:25:57bersetmessageid: <1336775157.69.0.106076071004.issue2550712@psf.upfronthosting.co.za>
2012-05-11 22:25:57bersetrecipients: + ber, schlatterbeck, willkg, ced
2012-05-11 22:25:57berlinkissue2550712 messages
2012-05-11 22:25:57bercreate