diff --git a/builder/frameworks/espidf.py b/builder/frameworks/espidf.py index 84e495d..71cce29 100644 --- a/builder/frameworks/espidf.py +++ b/builder/frameworks/espidf.py @@ -1189,13 +1189,13 @@ def ensure_python_venv_available(): ) env.Exit(1) - # Use the built-in PlatformIO Python to create a standalone IDF virtual env - env.Execute( - env.VerboseAction( - '"$PYTHONEXE" -m venv --clear "%s"' % venv_dir, - "Creating a new virtual environment for IDF Python dependencies", - ) + # Use the built-in PlatformIO Python to create a standalone IDF virtual env + env.Execute( + env.VerboseAction( + '"$PYTHONEXE" -m venv --clear "%s"' % venv_dir, + "Creating a new virtual environment for IDF Python dependencies", ) + ) assert os.path.isfile( pip_path