Skip to content

Commit 031f53a

Browse files
authored
Update platform.py
1 parent 9d4f7b0 commit 031f53a

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
@@ -260,7 +260,7 @@ def _get_tool_paths(self, tool_name: str) -> Dict[str, str]:
260260
'tools_json_path': os.path.join(tool_path, "tools.json"),
261261
'piopm_path': os.path.join(tool_path, ".piopm"),
262262
'idf_tools_path': os.path.join(
263-
self.packages_dir, "tl-install", "tools", "idf_tools.py"
263+
self.packages_dir, "tool-esp_install", "tools", "idf_tools.py"
264264
)
265265
}
266266
return self._tools_cache[tool_name]

0 commit comments

Comments
 (0)