mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-05 13:44:32 +02:00
fix(idf_tools): Do not print the log about the version of the tool
This commit is contained in:
@@ -1709,7 +1709,6 @@ def handle_recommended_version_to_use(
|
|||||||
): # type: (IDFTool, str, str, str) -> Tuple[list, dict]
|
): # type: (IDFTool, str, str, str) -> Tuple[list, dict]
|
||||||
tool_export_paths = tool.get_export_paths(version_to_use)
|
tool_export_paths = tool.get_export_paths(version_to_use)
|
||||||
tool_export_vars = tool.get_export_vars(version_to_use)
|
tool_export_vars = tool.get_export_vars(version_to_use)
|
||||||
info('Using a recommended version of tool {}: {}.'.format(tool_name, version_to_use), f=sys.stderr)
|
|
||||||
if tool.version_in_path and tool.version_in_path not in tool.versions:
|
if tool.version_in_path and tool.version_in_path not in tool.versions:
|
||||||
info('Not using an unsupported version of tool {} found in PATH: {}.'.format(
|
info('Not using an unsupported version of tool {} found in PATH: {}.'.format(
|
||||||
tool.name, tool.version_in_path) + prefer_system_hint, f=sys.stderr)
|
tool.name, tool.version_in_path) + prefer_system_hint, f=sys.stderr)
|
||||||
|
Reference in New Issue
Block a user