Skip to content

Commit 21fdab7

Browse files
authored
Update platform.py
1 parent 4f283b0 commit 21fdab7

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
@@ -152,7 +152,7 @@ def install_tool(TOOL):
152152
]
153153
if "espidf" in frameworks:
154154
for package in COMMON_IDF_PACKAGES:
155-
self.packages[package]["optional"] = False
155+
install_tool(package)
156156

157157
CHECK_PACKAGES = [
158158
"tool-cppcheck",

0 commit comments

Comments
 (0)