fedora-infra / fedora-tagger

Small tagger app for Fedora Community
https://apps.fedoraproject.org/tagger/
15 stars 23 forks source link

Name cannot be None when retrieving the details of a package #78

Closed pypingou closed 11 years ago

pypingou commented 11 years ago

Start work for https://github.com/fedora-infra/fedora-tagger/issues/76 unfortunately, I could not have tagger run locally, so I'm not quite sure I found all the problems, but this is a start.

pypingou commented 11 years ago

With more debugging I figured that the name as provided now is empty, this should take care of it.

See https://apps.fedoraproject.org/tagger/details/diction vs https://apps.fedoraproject.org/tagger/details?name=diction

ralphbean commented 11 years ago

Ok. This looks good to me. Verified locally that it works. Thanks again @pypingou!