File tree 1 file changed +2
-4
lines changed
1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -608,14 +608,12 @@ def find_installed_packages(install_base: Path):
608
608
"""
609
609
Find install packages under the install base path.
610
610
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
613
612
locations.
614
613
615
614
:param Path install_base: The base path to find installed packages in
616
615
: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
619
617
:rtype: Dict or None
620
618
"""
621
619
# priority means getting invoked first, but maybe that doesn't matter
You can’t perform that action at this time.
0 commit comments