Skip to content

Commit d4c8d2a

Browse files
authored
Update penv_setup.py
1 parent 9e391f5 commit d4c8d2a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

builder/penv_setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -270,6 +270,7 @@ def install_esptool(env, platform, python_exe, uv_executable):
270270
"actual_path = os.path.normpath(os.path.dirname(esptool.__file__)); "
271271
"print('MATCH' if expected_path in actual_path else 'MISMATCH')"],
272272
capture_output=True,
273+
check=True,
273274
text=True,
274275
timeout=5
275276
)

0 commit comments

Comments
 (0)