bellroy / lesswrong-migrated

Automatically exported from code.google.com/p/lesswrong
Other
0 stars 0 forks source link

MessageController : only handles 'inbox' and 'sent' #335

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Getting exception : UnboundLocalError: local variable 'q' referenced before 
assignment.
When accessing a page like: http://lesswrong.com/message/unread/

I'm not sure if this is really linked to from anywhere, but the code in 
MessageController#query (in listingcontroller.py), is missing a default case on 
the 'if'

Original issue reported on code.google.com by wjmo...@gmail.com on 14 Aug 2012 at 6:45