Skip to content

Commit ca8bb11

Browse files
authored
Fix _setup_pipenv_minimal call by removing self
1 parent 80042bc commit ca8bb11

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
@@ -845,7 +845,7 @@ def configure_default_packages(self, variables: Dict, targets: List[str]) -> Uni
845845
core_dir = config.get("platformio", "core_dir")
846846

847847
# Setup penv using minimal function (no SCons dependencies, esptool from tl-install)
848-
penv_python, esptool_path = _setup_pipenv_minimal(self, core_dir)
848+
penv_python, esptool_path = _setup_pipenv_minimal(core_dir)
849849

850850
# Store both for later use
851851
self._penv_python = penv_python

0 commit comments

Comments
 (0)