aboutsummaryrefslogtreecommitdiffstats
path: root/.be/bea86499-824e-4e77-b085-2d581fa9ccab/bugs/206d9b07-6e30-4c8b-9594-ee98e3c646e7/comments/5bcce533-03bb-4b3a-ab77-92d32a7aa054/body
blob: 93d527b4eae144042ee969d86cccaa80484d9fcd (plain) (blame)
1
2
3
4
Fixed by replacing
  '/bug?id=%s' % shortname
with
  '/bug?%s' % urlencode({'id':bug.id.long_user()})