Skip to content

Commit 0ae3ac1

Browse files
authored
fix merge error
1 parent 123ed0b commit 0ae3ac1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

platform.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,6 @@ def install_tool(TOOL, retry_count=0):
7777
stdout=subprocess.DEVNULL,
7878
stderr=subprocess.DEVNULL
7979
).returncode
80-
rc = subprocess.run(IDF_TOOLS_CMD).returncode
8180
if rc != 0:
8281
sys.stderr.write("Error: Couldn't execute 'idf_tools.py install'\n")
8382
else:

0 commit comments

Comments
 (0)