Add missing return statement
This commit is contained in:
parent
d20ff785e6
commit
05ce571e3e
1 changed files with 1 additions and 0 deletions
|
@ -207,6 +207,7 @@ class OCIAppModel(AppRegistryDataInterface):
|
|||
repo = model.repository.get_app_repository(ns, name)
|
||||
if repo is None:
|
||||
raise_package_not_found(package)
|
||||
return repo
|
||||
|
||||
def list_applications(self, namespace=None, media_type=None, search=None, username=None,
|
||||
with_channels=False):
|
||||
|
|
Reference in a new issue