gtristan commented on code in PR #1714:
URL: https://github.com/apache/buildstream/pull/1714#discussion_r945114668


##########
src/buildstream/utils.py:
##########
@@ -575,20 +576,27 @@ def link_files(
     return result
 
 
-def get_host_tool(name: str) -> str:
+def get_host_tool(
+    name: str,
+    search_subprojects_dir: Optional[str] = None,

Review Comment:
   Let's not expose this in public API.
   
   Better to have a `_get_host_tool_internal()` with the added option for 
internal use and keep public facing `get_host_tool()` as is.
   



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to