Skip to content

Commit d303b4b

Browse files
authored
Rename setup function to _setup_pipenv_minimal
1 parent 6bc7ee9 commit d303b4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

platform.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -848,7 +848,7 @@ def configure_default_packages(self, variables: Dict, targets: List[str]) -> Any
848848
core_dir = config.get("platformio", "core_dir")
849849

850850
# Setup penv using minimal function (no SCons dependencies, esptool from tl-install)
851-
penv_python, esptool_path = setup_penv_minimal(self, core_dir, install_esptool=True)
851+
penv_python, esptool_path = _setup_pipenv_minimal(self, core_dir, install_esptool=True)
852852

853853
# Store both for later use
854854
self._penv_python = penv_python

0 commit comments

Comments
 (0)