Skip to content

Commit 16580a7

Browse files
committed
adding additional information on failure (esp32)
1 parent 48d702c commit 16580a7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

builder/esp32.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -317,6 +317,7 @@ def setup_idf_environ():
317317
'IDF_TOOLS_INSTALL_CMD'
318318
):
319319
if item not in temp_env:
320+
print(output)
320321
raise RuntimeError(f'"{item}" not found in environment.')
321322

322323
env[item] = temp_env[item]

0 commit comments

Comments
 (0)