mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
fix(idf_tools): Do not print the log about the version of the tool
This commit is contained in:
parent
a4c80b5fce
commit
8be8b34d23
@ -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)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user