From b4211e98af8e81532f232ab231e4a2c1de8f0ed3 Mon Sep 17 00:00:00 2001 From: Valerii Koval Date: Mon, 19 Jun 2023 22:00:47 +0300 Subject: [PATCH] Fix code indentation --- builder/frameworks/espidf.py | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) 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