unt-libraries / django-nomination

A Django application for nominating URLs by project.
BSD 3-Clause "New" or "Revised" License
2 stars 1 forks source link

Unreachable branch in create_url_list() #22

Open somexpert opened 8 years ago

somexpert commented 8 years ago

This branch is unreachable, as the preceding if statement will raise an exception if no model instance matching the filters was found, rather than returning an empty list.