Skip to content

Commit

Permalink
ident
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason2866 authored Dec 8, 2023
1 parent 73fcf3a commit 52ce4af
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions builder/frameworks/espidf.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,8 +88,8 @@
PROJECT_SRC_DIR = env.subst("$PROJECT_SRC_DIR")
CMAKE_API_REPLY_PATH = os.path.join(".cmake", "api", "v1", "reply")
SDKCONFIG_PATH = os.path.expandvars(board.get(
"build.esp-idf.sdkconfig_path",
os.path.join(PROJECT_DIR, "sdkconfig.%s" % env.subst("$PIOENV")),
"build.esp-idf.sdkconfig_path",
os.path.join(PROJECT_DIR, "sdkconfig.%s" % env.subst("$PIOENV")),
))


Expand Down Expand Up @@ -1204,7 +1204,7 @@ def _create_venv(venv_dir):
env.Execute(
env.VerboseAction(
'"$PYTHONEXE" -m venv --clear "%s"' % venv_dir,
"Creating a new virtual environment for IDF Python dependencies",
"Creating a new virtual environment for IDF Python dependencies",
)
)

Expand Down

0 comments on commit 52ce4af

Please sign in to comment.