Fix code indentation

This commit is contained in:
Valerii Koval
2023-06-19 22:00:47 +03:00
parent e49e312162
commit b4211e98af
+6 -6
View File
@@ -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