Skip to content

Commit b4211e9

Browse files
committed
Fix code indentation
1 parent e49e312 commit b4211e9

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

builder/frameworks/espidf.py

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1189,13 +1189,13 @@ def _create_venv(venv_dir):
11891189
)
11901190
env.Exit(1)
11911191

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-
)
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",
11981197
)
1198+
)
11991199

12001200
assert os.path.isfile(
12011201
pip_path

0 commit comments

Comments
 (0)