Add missing return statement

This commit is contained in:
Joseph Schorr 2017-03-23 11:11:21 -04:00
parent d20ff785e6
commit 05ce571e3e

View file

@ -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):