We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e49e312 commit b4211e9Copy full SHA for b4211e9
builder/frameworks/espidf.py
@@ -1189,13 +1189,13 @@ def _create_venv(venv_dir):
1189
)
1190
env.Exit(1)
1191
1192
- # Use the built-in PlatformIO Python to create a standalone IDF virtual env
1193
- env.Execute(
1194
- env.VerboseAction(
1195
- '"$PYTHONEXE" -m venv --clear "%s"' % venv_dir,
1196
- "Creating a new virtual environment for IDF Python dependencies",
1197
- )
+ # 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",
1198
+ )
1199
1200
assert os.path.isfile(
1201
pip_path
0 commit comments