Fix a typo in db/catalog/api.py
a typo frn --> fqn Change-Id: I8c16a7fd5b784e19dd296be339358415d1fb0710
This commit is contained in:
parent
8f25fadf59
commit
2aa9f52d38
@ -198,7 +198,7 @@ def _get_packages_for_category(session, category_id):
|
||||
"""Return detailed list of packages, belonging to the provided category
|
||||
:param session:
|
||||
:param category_id:
|
||||
:return: list of dictionaries, containing id, name and package frn
|
||||
:return: list of dictionaries, containing id, name and package fqn
|
||||
"""
|
||||
pkg = models.Package
|
||||
packages = (session.query(pkg.id, pkg.name, pkg.fully_qualified_name)
|
||||
|
Loading…
Reference in New Issue
Block a user