Skip to content

Commit 56f3101

Browse files
committed
no env.subst needed
1 parent 70cde20 commit 56f3101

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

builder/penv_setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -356,7 +356,7 @@ def install_esptool(env, platform, python_exe, uv_executable):
356356
Raises:
357357
SystemExit: If esptool installation fails or package directory not found
358358
"""
359-
esptool_repo_path = env.subst(platform.get_package_dir("tool-esptoolpy") or "")
359+
esptool_repo_path = platform.get_package_dir("tool-esptoolpy") or ""
360360
if not esptool_repo_path or not os.path.isdir(esptool_repo_path):
361361
sys.stderr.write(
362362
f"Error: 'tool-esptoolpy' package directory not found: {esptool_repo_path!r}\n"

0 commit comments

Comments
 (0)