Skip to content

Commit

Permalink
Update docstring of find_installed_packages
Browse files Browse the repository at this point in the history
Signed-off-by: Shane Loretz <[email protected]>
  • Loading branch information
sloretz committed Oct 8, 2021
1 parent f0b8f08 commit ae3edca
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions colcon_core/shell/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -608,14 +608,12 @@ def find_installed_packages(install_base: Path):
"""
Find install packages under the install base path.
The path must contain a marker file with the install layout.
Based on the install layout the packages are discovered i different
Based on the install layout the packages may be discovered in different
locations.
:param Path install_base: The base path to find installed packages in
:returns: The mapping from a package name to the prefix path, None if the
path doesn't exist or doesn't contain a marker file with a valid install
layout
path doesn't exist or doesn't a valid install layout
:rtype: Dict or None
"""
# priority means getting invoked first, but maybe that doesn't matter
Expand Down

0 comments on commit ae3edca

Please sign in to comment.