Skip to content

Commit 14e8f02

Browse files
authored
Fix indentation in _handle_existing_tool method
1 parent 8b85ece commit 14e8f02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

platform.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -473,7 +473,7 @@ def _install_with_idf_tools(self, tool_name: str, paths: Dict[str, str]) -> bool
473473
logger.info(f"Tool {tool_name} successfully installed")
474474
return True
475475

476-
def _handle_existing_tool(self, tool_name: str, paths: Dict[str, str]) -> bool:
476+
def _handle_existing_tool(self, tool_name: str, paths: Dict[str, str]) -> bool:
477477
"""Handle already installed tools with version checking."""
478478
if self._check_tool_version(tool_name):
479479
# Version matches, use tool

0 commit comments

Comments
 (0)