Skip to content
Commit be8cb89e authored by Daniel Leung's avatar Daniel Leung Committed by Carles Cufí
Browse files

west: esp32: use Python interpreter to execute ESP tool



The ESP tool is being executed directly in the esp32 runner,
assuming the tool is executable by itself. However, it would
fail under Windows as subprocess.check_call() cannot execute
Python scripts directly. The fix is to execute the Python
interpreter and passing the script path as a command line
parameter.

Fixes #19098

Signed-off-by: default avatarDaniel Leung <daniel.leung@intel.com>
parent 536e785b
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment