commit
679044574a
2 changed files with 2 additions and 2 deletions
|
@ -24,7 +24,7 @@ class ListRepositoryTags(RepositoryParamResource):
|
|||
def get(self, args, namespace, repository):
|
||||
repo = model.repository.get_repository(namespace, repository)
|
||||
if not repo:
|
||||
abort(404)
|
||||
raise NotFound()
|
||||
|
||||
def tag_view(tag):
|
||||
tag_info = {
|
||||
|
|
Reference in a new issue