Skip to content

Commit 3a73414

Browse files
committed
Update docstring of find_installed_packages
Signed-off-by: Shane Loretz <[email protected]>
1 parent 26b5f3c commit 3a73414

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

Diff for: colcon_core/shell/__init__.py

+2-4
Original file line numberDiff line numberDiff line change
@@ -608,14 +608,12 @@ def find_installed_packages(install_base: Path):
608608
"""
609609
Find install packages under the install base path.
610610
611-
The path must contain a marker file with the install layout.
612-
Based on the install layout the packages are discovered i different
611+
Based on the install layout the packages may be discovered in different
613612
locations.
614613
615614
:param Path install_base: The base path to find installed packages in
616615
:returns: The mapping from a package name to the prefix path, None if the
617-
path doesn't exist or doesn't contain a marker file with a valid install
618-
layout
616+
path doesn't exist or doesn't a valid install layout
619617
:rtype: Dict or None
620618
"""
621619
# priority means getting invoked first, but maybe that doesn't matter

0 commit comments

Comments
 (0)