aboutsummaryrefslogblamecommitdiffstats
path: root/.be/bea86499-824e-4e77-b085-2d581fa9ccab/bugs/206d9b07-6e30-4c8b-9594-ee98e3c646e7/comments/9e75984a-fc76-46ec-a1f3-ac80014b0c41/body
blob: 86a46caa73db86301c170a3d27d9acd1aa616c2b (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13












                                                                      
Attempt to edit some bug details gives 500 Internal Server Error with:

[11/Jul/2010:17:28:26] HTTP Traceback (most recent call last):
  File "/usr/lib/python2.6/site-packages/cherrypy/_cprequest.py", line
  606, in respond
    cherrypy.response.body = self.handler()
  File "/usr/lib/python2.6/site-packages/cherrypy/_cpdispatch.py",
  line 25, in __call__
    return self.callable(*self.args, **self.kwargs)
  File "/home/gour/repos/git/gour-be/interfaces/web/web.py", line 161,
  in edit
    shortname = self.bd.bug_shortname(bug)
AttributeError: 'BugDir' object has no attribute 'bug_shortname'